Skip to content

Commit

Permalink
change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
dorchard committed Nov 18, 2024
1 parent 7dbf2cd commit c031bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bmi_tester/_tests/stage_2/var_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_get_var_units(initialized_bmi, var_name):
assert isinstance(units, str)
assert check_unit_is_valid(units)

def test_put_get(initialized_bmi):
def test_set_get_interaction(initialized_bmi):
"""Test fundmanetal state behaviour of every output variable which is also an input variable:"""

# Take the intersection of output and input vars
Expand Down

0 comments on commit c031bf8

Please sign in to comment.