diff --git a/tests/unit_test.py b/tests/unit_test.py index b1d43f5..7d7eac0 100644 --- a/tests/unit_test.py +++ b/tests/unit_test.py @@ -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() \ No newline at end of file