Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Feb 7, 2023
1 parent 5110638 commit eba049e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def hello_world_asset(writer: WriterResource):
assert out_txt == ["greeting: hello, world!"]


def test_nested_resources2():
def test_nested_resources():
out_txt = []

class Writer(Resource, ABC):
Expand Down

0 comments on commit eba049e

Please sign in to comment.