Skip to content

Commit

Permalink
Fix test queue reset! documentation
Browse files Browse the repository at this point in the history
I ran into this with version 2.4.0, not sure if this is a just a typo or if the interface changed between versions.
  • Loading branch information
davehughes authored Jun 9, 2021
1 parent 9b1dc2f commit a3c83a2
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 @@ -150,7 +150,7 @@ client.test_queue.identify # => []
client.test_queue.page # => []
client.test_queue.screen # => []

client.reset!
client.test_queue.reset!

client.test_queue.all # => []
```
Expand Down

0 comments on commit a3c83a2

Please sign in to comment.