Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wcxve committed Mar 13, 2024
1 parent e8452eb commit 76db999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/model/test_name.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from elisa.model.add import PowerLaw
from elisa.models.add import PowerLaw


def test_model_name():
Expand Down
2 changes: 1 addition & 1 deletion tests/parameter/test_name.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from elisa.model.parameter import UniformParameter
from elisa.models.parameter import UniformParameter


def test_param_name():
Expand Down

0 comments on commit 76db999

Please sign in to comment.