From 4a5b2d9b8c381425d14cb2ddb6b1bcd8de42a67e Mon Sep 17 00:00:00 2001 From: Troy Kessler Date: Thu, 5 Dec 2024 10:45:55 +0100 Subject: [PATCH] fix: test --- tests/height_sync_test.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/height_sync_test.bats b/tests/height_sync_test.bats index a428ad6..f2eee76 100644 --- a/tests/height_sync_test.bats +++ b/tests/height_sync_test.bats @@ -8,8 +8,8 @@ [ "$status" -eq 0 ] } -@test "KYVE Cosmovisor: try to height-sync with an upgrade betweeen snapshot and target height" { - run ./build/ksync height-sync --opt-out -b cosmovisor -c kaon-1 -t 2061120 -d -a -y +@test "KYVE Cosmovisor: try to height-sync with an upgrade between snapshot and target height" { + run ./build/ksync height-sync --opt-out -b cosmovisor -c kaon-1 -t 2061120 -r -d -a -y [ "$status" -eq 0 ] }