From ae285d7afce381694315d09e59941ab3add1b3b0 Mon Sep 17 00:00:00 2001 From: Marvin Preuss Date: Fri, 14 Apr 2023 08:18:05 +0000 Subject: [PATCH] test: adds more tests --- internal/dirtoexcel/dirtoexcel_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/internal/dirtoexcel/dirtoexcel_test.go b/internal/dirtoexcel/dirtoexcel_test.go index d241809..49153c2 100644 --- a/internal/dirtoexcel/dirtoexcel_test.go +++ b/internal/dirtoexcel/dirtoexcel_test.go @@ -31,6 +31,7 @@ func TestCreate(t *testing.T) { "aldi_10.00.jpg", "edeka_10.11.jpg", "casa espana_20221216_62.19.jpg", + "1und1_202302011_61.97_BAR.jpg", }, map[string][]want{ "Food": { @@ -50,6 +51,10 @@ func TestCreate(t *testing.T) { }, }, "Other": { + { + "1UND1", + "61.97", + }, { "BMA-ZON", "12.34",