We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f56e8 commit 6a60027Copy full SHA for 6a60027
1 file changed
internal/test/test_test.go
@@ -380,11 +380,12 @@ func TestExecutingTests(t *testing.T) {
380
"A.0000000000000001.IFlowEVMTokenBridge",
381
"A.0000000000000001.FlowTransactionScheduler",
382
"A.0000000000000001.FlowTransactionSchedulerUtils",
383
+ "A.0000000000000001.FlowEVMBridgeCustomAssociations",
384
},
385
coverageReport.ExcludedLocationIDs(),
386
)
387
- expected := "Coverage: 90.4% of statements"
388
+ expected := "Coverage: 90.3% of statements"
389
390
assert.Equal(
391
t,
0 commit comments