Skip to content

Commit d3f3d44

Browse files
committed
tests: fix a typo in the previous commit
1 parent 648e1b6 commit d3f3d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_fixtures.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def test_settings_restored(self) -> None:
373373
assert settings.ALLOWED_HOSTS == ["testserver"]
374374

375375
def test_transactions(self, live_server) -> None:
376-
if not connection.features.support_transactions:
376+
if not connection.features.supports_transactions:
377377
pytest.skip("transactions required for this test")
378378

379379
assert not connection.in_atomic_block

0 commit comments

Comments
 (0)