Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Apr 30, 2024
1 parent 0a6246d commit 465debd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-tests/ccip-tests/smoke/ccip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ func TestSmokeCCIPForBidirectionalLane(t *testing.T) {
t.Cleanup(func() {
// If we are running a test that is a token transfer, we need to verify the balance.
// For USDC deployment, the mock contracts cannot mint the token in destination, therefore skip the balance check.
if TestCfg.TestGroupInput.MsgType == actions.TokenTransfer && TestCfg.TestGroupInput.NoOfUSDCMockTokens == nil {
if TestCfg.TestGroupInput.MsgType == actions.TokenTransfer && TestCfg.TestGroupInput.NoOfUSDCMockTokens == nil &&
!pointer.GetBool(TestCfg.TestGroupInput.ExistingDeployment) {
setUpOutput.Balance.Verify(t)
}
require.NoError(t, setUpOutput.TearDown())
Expand Down

0 comments on commit 465debd

Please sign in to comment.