From 2553c1244d9ed10cb85390d35106d3f0c5746c83 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 25 Jul 2020 17:07:25 -0700 Subject: [PATCH] fix typo in test --- features/core.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/core.feature b/features/core.feature index c1e6a004..4418d1b9 100644 --- a/features/core.feature +++ b/features/core.feature @@ -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!"