Skip to content

Commit

Permalink
Update unit test file
Browse files Browse the repository at this point in the history
  • Loading branch information
SophieTech88 committed Oct 30, 2024
1 parent 666a0b3 commit 5abeb8c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions clients/client-python/tests/unittests/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,4 @@ def test_allow_auto_increment(self):

self.assertTrue(Types.allowAutoIncrement(integer_type))
self.assertTrue(Types.allowAutoIncrement(long_type))
self.assertFalse(Types.allowAutoIncrement(boolean_type))


if __name__ == "__main__":
unittest.main()
self.assertFalse(Types.allowAutoIncrement(boolean_type))

0 comments on commit 5abeb8c

Please sign in to comment.