Skip to content

Commit

Permalink
Unit tests: fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Oct 18, 2023
1 parent 0b89ad4 commit c1c8e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/test_util_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class UtilMiscTest(TestCase):

def test_dataset_parse_id(self):
def test_human_readable_size(self):
output = human_readable_size(0)
self.assertEquals(output, "0 B")
output = human_readable_size(1024)
Expand Down

0 comments on commit c1c8e2f

Please sign in to comment.