Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed May 10, 2024
1 parent 5885c35 commit 5c49e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settlement/dymension/dymension_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func TestPostBatch(t *testing.T) {
time.Sleep(50 * time.Millisecond)
if c.isBatchAcceptedHubEvent {
batchAcceptedCh <- coretypes.ResultEvent{
Query: fmt.Sprintf("state_update.rollapp_id='%s'", ""),
Query: fmt.Sprintf("state_update.rollapp_id='%s' AND state_update.status='PENDING'", ""),
Events: map[string][]string{
"state_update.num_blocks": {"1"},
"state_update.start_height": {"1"},
Expand Down

0 comments on commit 5c49e8c

Please sign in to comment.