Skip to content

Commit

Permalink
fix test condition
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Jul 24, 2024
1 parent 2fc420b commit 9c1c67f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,10 @@ func waitForCommit(t *testing.T, uni onchainUniverse) {
case report := <-sink:
if len(report.Report.MerkleRoots) > 0 {
t.Logf("Received commit report with merkle roots: %+v", report)
return
} else {
t.Logf("Received commit report without merkle roots: %+v", report)
}
return
}
}
}

0 comments on commit 9c1c67f

Please sign in to comment.