Revert change to test

This commit is contained in:
Nicolas Chan 2024-08-11 00:52:26 -07:00
parent 09acfeaf68
commit 7d5e6533d4

View file

@ -470,7 +470,6 @@ test-restic-thinning-delete () {
done done
EXPECTED_TIMESTAMPS=( EXPECTED_TIMESTAMPS=(
# Weekly # Weekly
"2021-01-01 00:00:00"
# Daily (30) # Daily (30)
"2021-01-01 23:00:00" "2021-01-01 23:00:00"
@ -510,6 +509,7 @@ test-restic-thinning-delete () {
assertContains "$SNAPSHOTS" "$TIMESTAMP" assertContains "$SNAPSHOTS" "$TIMESTAMP"
done done
UNEXPECTED_TIMESTAMPS=( UNEXPECTED_TIMESTAMPS=(
"2021-01-01 00:00:00"
"2021-01-01 01:00:00" "2021-01-01 01:00:00"
"2021-01-01 02:00:00" "2021-01-01 02:00:00"
"2021-01-02 22:00:00" "2021-01-02 22:00:00"