Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 8, 2024
1 parent 012f81c commit e7e0121
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/core/test_about.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def about_info() -> AboutInfo:
)


@pytest.mark.snapshot()
@pytest.mark.snapshot
@pytest.mark.parametrize(
"about_format",
[
Expand Down
2 changes: 1 addition & 1 deletion tests/core/test_jsonschema_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ def test_array_type():
assert ArrayType(wrapped_type).type_dict == expected_json_schema


@pytest.mark.snapshot()
@pytest.mark.snapshot
@pytest.mark.parametrize(
"schema_obj,snapshot_name",
[
Expand Down
2 changes: 1 addition & 1 deletion tests/core/test_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def discover_streams(self):
datetime.datetime(2022, 1, 1, tzinfo=datetime.timezone.utc),
tick=False,
)
@pytest.mark.snapshot()
@pytest.mark.snapshot
@pytest.mark.parametrize(
"stream_maps,config,snapshot_name",
[
Expand Down
2 changes: 1 addition & 1 deletion tests/samples/test_tap_countries.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def tally_messages(messages: list) -> t.Counter:
assert counter[("STATE",)] == 3


@pytest.mark.snapshot()
@pytest.mark.snapshot
def test_write_schema(
snapshot: Snapshot,
snapshot_dir: Path,
Expand Down

0 comments on commit e7e0121

Please sign in to comment.