Skip to content

Commit b97b2c9

Browse files
committed
Fix typo in file name
1 parent adaa752 commit b97b2c9

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

message_ix_models/tests/model/water/test_buid.py renamed to message_ix_models/tests/model/water/test_build.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
2-
31
from message_ix_models import testing
4-
from message_ix_models.testing import bare_res
5-
6-
from message_ix_models.model.water.build import build, get_spec,
7-
8-
2+
from message_ix_models.model.water.build import build, get_spec
93

104

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

2822
# Contents are read correctly
2923
assert "water_supply" in spec["require"].set["level"]
30-
31-
32-

0 commit comments

Comments
 (0)