From 567e9bbb943b5a43353e12b73f8dc27205a7f759 Mon Sep 17 00:00:00 2001 From: ClaytonNorthey92 Date: Thu, 24 Oct 2024 20:23:40 -0400 Subject: [PATCH] squashme --- e2e/monitor/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/monitor/main_test.go b/e2e/monitor/main_test.go index 94d36a4fc..5d0a25346 100644 --- a/e2e/monitor/main_test.go +++ b/e2e/monitor/main_test.go @@ -24,7 +24,7 @@ func TestMonitor(t *testing.T) { var jo jsonOutput blockWaitTimeoutTimer := time.NewTimer(10 * time.Minute) - for jo.BitcoinBlockCount < 1020 && len(jo.PopTxCount) < expectedPopTxs { + for jo.BitcoinBlockCount < 1020 && jo.PopTxCount < uint64(expectedPopTxs) { select { case <-blockWaitTimeoutTimer.C: