Skip to content

Commit 9317995

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 28cb1cc commit 9317995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tutorial/test_relationship_attributes/test_back_populates/test_tutorial001.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,4 +294,4 @@ def get_module(request: pytest.FixtureRequest) -> ModuleType:
294294
def test_tutorial(print_mock: PrintMock, mod: ModuleType):
295295
with pytest.warns(SAWarning):
296296
mod.main()
297-
assert print_mock.calls == expected_calls
297+
assert print_mock.calls == expected_calls

0 commit comments

Comments
 (0)