Skip to content

Commit

Permalink
Fix duplicate test name. (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust authored Jan 15, 2024
1 parent 7abbdf3 commit b481ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def test_img_to_contents(self, example):
],
],
)
def test_img_to_contents(self, tools):
def test_to_tools(self, tools):
tools = content_types.to_tools(tools)
expected = dict(
function_declarations=[
Expand Down

0 comments on commit b481ea1

Please sign in to comment.