Skip to content

Commit

Permalink
Fix typo in file name
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Apr 8, 2024
1 parent adaa752 commit b97b2c9
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@


from message_ix_models import testing
from message_ix_models.testing import bare_res

from message_ix_models.model.water.build import build, get_spec,


from message_ix_models.model.water.build import build, get_spec


def test_build(request, test_context):
Expand All @@ -27,6 +21,3 @@ def test_get_spec(session_context):

# Contents are read correctly
assert "water_supply" in spec["require"].set["level"]



0 comments on commit b97b2c9

Please sign in to comment.