fix typo in test

This commit is contained in:
Jonathan Wren 2020-07-25 17:07:25 -07:00
parent 6b1ac328fd
commit 2553c1244d

View file

@ -196,5 +196,5 @@ Feature: Basic reading and writing to a journal
[2020-07-05 15:00] I should not exist! [2020-07-05 15:00] I should not exist!
""" """
Then the journal should contain "My first entry." 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!" But the journal should not contain "I should not exist!"