Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Jun 17, 2024
1 parent 10ae159 commit 622d0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/tools/test_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from fab.tools import Category, Tool, VendorTool


def test_tool_constructor:
def test_tool_constructor():
'''Test the constructor.'''
tool = Tool("gnu", "gfortran", Category.FORTRAN_COMPILER)
assert str(tool) == "Tool - gnu: gfortran"
Expand Down

0 comments on commit 622d0bd

Please sign in to comment.