From 7d5e6533d491459a5c3ce2996a264bf11de7eac2 Mon Sep 17 00:00:00 2001 From: Nicolas Chan Date: Sun, 11 Aug 2024 00:52:26 -0700 Subject: [PATCH] Revert change to test --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.sh b/test/test.sh index ca38835..3690347 100755 --- a/test/test.sh +++ b/test/test.sh @@ -470,7 +470,6 @@ test-restic-thinning-delete () { done EXPECTED_TIMESTAMPS=( # Weekly - "2021-01-01 00:00:00" # Daily (30) "2021-01-01 23:00:00" @@ -510,6 +509,7 @@ test-restic-thinning-delete () { assertContains "$SNAPSHOTS" "$TIMESTAMP" done UNEXPECTED_TIMESTAMPS=( + "2021-01-01 00:00:00" "2021-01-01 01:00:00" "2021-01-01 02:00:00" "2021-01-02 22:00:00"