Skip to content

Commit 5a3501c

Browse files
committed
fix test
1 parent e8374f0 commit 5a3501c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

internal/test/test_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,9 @@ func TestExecutingTests(t *testing.T) {
347347
"A.0000000000000002.USDCFlow",
348348
"A.0000000000000001.NFTStorefrontV2",
349349
"A.0000000000000001.Crypto",
350+
"A.0000000000000002.FlowExecutionParameters",
351+
"A.0000000000000001.AccountV2Migration",
352+
"A.0000000000000001.Migration",
350353
},
351354
coverageReport.ExcludedLocationIDs(),
352355
)
@@ -452,6 +455,9 @@ func TestExecutingTests(t *testing.T) {
452455
"A.0000000000000001.Crypto",
453456
"A.0000000000000001.NFTStorefrontV2",
454457
"A.0000000000000002.USDCFlow",
458+
"A.0000000000000002.FlowExecutionParameters",
459+
"A.0000000000000001.AccountV2Migration",
460+
"A.0000000000000001.Migration",
455461
},
456462
coverageReport.ExcludedLocationIDs(),
457463
)

0 commit comments

Comments
 (0)