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 890e336 commit f89709d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ def test_with_yaml_snapshot(yaml_snapshot):
yaml_snapshot(data)

def test_with_text_snapshot(yaml_snapshot):
data = dict(hello='world')
yaml_snapshot(data)
how = 'world'
text_snapshot('hello {who}')

```

0 comments on commit f89709d

Please sign in to comment.