Skip to content

Commit

Permalink
Fix LBTC flakey test (#15906)
Browse files Browse the repository at this point in the history
  • Loading branch information
NourElRashidy authored Jan 13, 2025
1 parent e0a5bb7 commit d1a9f8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/services/ocr2/plugins/ccip/tokendata/lbtc/lbtc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,9 @@ func TestLBTCReader_rateLimiting(t *testing.T) {
},
}, 0)

errorChan <- err
if err != nil {
errorChan <- err
}
}()
}

Expand Down

0 comments on commit d1a9f8b

Please sign in to comment.