Skip to content

Commit c10fbc3

Browse files
committed
fix typo
1 parent f158b26 commit c10fbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/columns/test_boolean.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class MyTable(Table):
99
boolean = Boolean(boolean=False, null=True)
1010

1111

12-
class TestUUID(TestCase):
12+
class TestBoolean(TestCase):
1313
def setUp(self):
1414
MyTable.create_table().run_sync()
1515

0 commit comments

Comments
 (0)