Skip to content

Commit

Permalink
fix tests errors
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-richard committed Mar 9, 2024
1 parent 0da6c39 commit 6468b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrfu/tests/test_mms.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def test_calc_epsilon_output(self, vdf, model_vdf, kwargs):
class DbInitTestCase(unittest.TestCase):
def test_db_init_inpput(self):
with self.assertRaises(NotImplementedError):
mms.db_init(local="bazinga!")
mms.db_init(default="bazinga!")

def test_db_init_output(self):
self.assertIsNone(mms.db_init(local=os.getcwd()))
Expand Down

0 comments on commit 6468b13

Please sign in to comment.