rework mocks in test suite for new messaging functionality

This commit is contained in:
Jonathan Wren 2022-05-28 15:13:27 -07:00
parent d2f2967bc1
commit 34df64c989
4 changed files with 41 additions and 45 deletions

View file

@ -69,7 +69,7 @@ Feature: Reading and writing to journal with custom date formats
Scenario: Writing an entry at the prompt with custom date
Given we use the config "little_endian_dates.yaml"
When we run "jrnl" and enter "2013-05-10: I saw Elvis. He's alive."
When we run "jrnl" and pipe "2013-05-10: I saw Elvis. He's alive."
Then we should get no error
When we run "jrnl -999"
Then the output should contain "10.05.2013 09:00 I saw Elvis."