Skip to content

Commit fa2d026

Browse files
bckohanCopilot
andauthored
Update src/polymorphic/tests/test_recasting.py
Co-authored-by: Copilot <[email protected]>
1 parent e25ede7 commit fa2d026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polymorphic/tests/test_recasting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from polymorphic.tests.models import Model2A, Model2B, Model2C, Model2D
33

44

5-
class PolymorphicTests(TransactionTestCase):
5+
class CreateFromSuperTests(TransactionTestCase):
66
def test_create_from_super(self):
77
# run create test 3 times because initial implementation
88
# would fail after first success.

0 commit comments

Comments
 (0)