Skip to content

Commit

Permalink
rename test function
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-guidini committed Feb 2, 2024
1 parent 9c8960f commit a0c91f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/test_instantiation.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def test_get_plugin_xcode():
assert isinstance(res, XcodePlugin)


def test_get_plugin_xcode():
def test_get_plugin_noop():
res = _get_plugin({}, "noop")
assert isinstance(res, NoopPlugin)

Expand Down

0 comments on commit a0c91f1

Please sign in to comment.