Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aimspot committed Feb 14, 2024
1 parent ba97629 commit a0647af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_dataset_info(self):
self.assertIsInstance(result[1], float)
self.assertIsInstance(result[2], float)
self.assertIsInstance(result[3], float)
self.assertIsInstance(result[4], float)
self.assertIsInstance(result[4], int)

if __name__ == "__main__":
unittest.main()

0 comments on commit a0647af

Please sign in to comment.