Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Aug 7, 2024
1 parent 7a50859 commit 749fa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/tools/test_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_compiler():
in str(err.value))

with pytest.raises(NotImplementedError) as err:
fc.parse_version_output("NOT NEEDED")
fc.parse_version_output(Category.FORTRAN_COMPILER, "NOT NEEDED")

assert ("The method `parse_version_output` must be provided using a mixin."
in str(err.value))
Expand Down

0 comments on commit 749fa2d

Please sign in to comment.