From 386c2224855cf6b5790649de6ebcca4915ab3b76 Mon Sep 17 00:00:00 2001 From: Thibaud Chupin Date: Sat, 23 Mar 2024 20:43:07 +0100 Subject: [PATCH] Test for the creation of all the expected files The test previously only tested that one of the expected files was created. --- tests/bdd/features/file_storage.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bdd/features/file_storage.feature b/tests/bdd/features/file_storage.feature index 68e5a4f51..0a956d223 100644 --- a/tests/bdd/features/file_storage.feature +++ b/tests/bdd/features/file_storage.feature @@ -24,6 +24,7 @@ Feature: Journals iteracting with the file system in a way that users can see Then we should get no error And the journal directory should contain 2013/07/23.txt + 2014/07/23.txt Scenario: If the journal and its parent directory don't exist, they should be created Given we use the config "missing_directory.yaml"