fix typo in test

This commit is contained in:
Jonathan Wren 2020-07-25 17:07:25 -07:00
parent 326c48f574
commit 6eea04c716
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -196,5 +196,5 @@ Feature: Basic reading and writing to a journal
[2020-07-05 15:00] I should not exist!
"""
Then the journal should contain "My first entry."
And the journal should contain "PROFITS!"
And the journal should contain "PROFIT!"
But the journal should not contain "I should not exist!"