Skip to content

Commit 6a60027

Browse files
committed
fix test
1 parent 55f56e8 commit 6a60027

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

internal/test/test_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,11 +380,12 @@ func TestExecutingTests(t *testing.T) {
380380
"A.0000000000000001.IFlowEVMTokenBridge",
381381
"A.0000000000000001.FlowTransactionScheduler",
382382
"A.0000000000000001.FlowTransactionSchedulerUtils",
383+
"A.0000000000000001.FlowEVMBridgeCustomAssociations",
383384
},
384385
coverageReport.ExcludedLocationIDs(),
385386
)
386387

387-
expected := "Coverage: 90.4% of statements"
388+
expected := "Coverage: 90.3% of statements"
388389

389390
assert.Equal(
390391
t,

0 commit comments

Comments
 (0)