Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Dec 5, 2024
1 parent 78cd939 commit 4a5b2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/height_sync_test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
}

Expand Down

0 comments on commit 4a5b2d9

Please sign in to comment.