Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed May 31, 2022
1 parent 2bcb40d commit 0edc7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def test_with_yaml_snapshot(yaml_snapshot):
data = dict(hello='world')
yaml_snapshot(data)

def test_with_text_snapshot(yaml_snapshot):
def test_with_text_snapshot(text_snapshot):
who = 'world'
text_snapshot('hello {}'.format(who))

Expand Down

0 comments on commit 0edc7de

Please sign in to comment.