Skip to content

Commit

Permalink
whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Novecento99 committed Jul 23, 2024
1 parent cd76daf commit 8653cb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def test_db_creation(self) -> None:
self.assertEqual(row["testbool7"], 0)
self.assertEqual(row["testbool8"], 0)
self.assertEqual(row["NAME"], "test")

def test_db_creation_vars_with_whitespace(self) -> None:
test_array = bytearray(_bytearray * 1)
test_spec = """
Expand All @@ -460,7 +460,6 @@ def test_db_creation_vars_with_whitespace(self) -> None:
self.assertTrue("testOne Space" in db_export[i].keys())
self.assertTrue("testTWo Spaces" in db_export[i].keys())


def test_db_export(self) -> None:
test_array = bytearray(_bytearray * 10)
test_db = DB(1, test_array, test_spec, row_size=len(_bytearray), size=10, layout_offset=4, db_offset=0)
Expand Down

0 comments on commit 8653cb1

Please sign in to comment.