Skip to content

Commit 72ca0ec

Browse files
committed
update snapshots
1 parent 3143728 commit 72ca0ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_generation/exhaustive/__snapshots__/test_exhaustive/test_async[client.py].raw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ __all__ = (
6161

6262
log: logging.Logger = logging.getLogger(__name__)
6363

64-
SCHEMA_PATH = Path('<absolute-schema-path>')
64+
SCHEMA_PATH = Path('<absolute-schema-path>') # fmt: skip
6565
PACKAGED_SCHEMA_PATH = Path(__file__).parent.joinpath('schema.prisma')
6666
ENGINE_TYPE: EngineType = EngineType.binary
6767
BINARY_PATHS = '<binary-paths-removed>'

tests/test_generation/exhaustive/__snapshots__/test_exhaustive/test_sync[client.py].raw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ __all__ = (
6161

6262
log: logging.Logger = logging.getLogger(__name__)
6363

64-
SCHEMA_PATH = Path('<absolute-schema-path>')
64+
SCHEMA_PATH = Path('<absolute-schema-path>') # fmt: skip
6565
PACKAGED_SCHEMA_PATH = Path(__file__).parent.joinpath('schema.prisma')
6666
ENGINE_TYPE: EngineType = EngineType.binary
6767
BINARY_PATHS = '<binary-paths-removed>'

0 commit comments

Comments
 (0)