Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Apr 5, 2022
1 parent b232ca4 commit 06b1f82
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 @@ -182,7 +182,7 @@ def test_with_yaml_snapshot(yaml_snapshot):

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

```

0 comments on commit 06b1f82

Please sign in to comment.