diff --git a/core/services/ocr2/plugins/ccip/tokendata/lbtc/lbtc_test.go b/core/services/ocr2/plugins/ccip/tokendata/lbtc/lbtc_test.go index 375bb62aaeb..8a3f02c289e 100644 --- a/core/services/ocr2/plugins/ccip/tokendata/lbtc/lbtc_test.go +++ b/core/services/ocr2/plugins/ccip/tokendata/lbtc/lbtc_test.go @@ -285,7 +285,9 @@ func TestLBTCReader_rateLimiting(t *testing.T) { }, }, 0) - errorChan <- err + if err != nil { + errorChan <- err + } }() }