Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjartek committed Nov 10, 2023
1 parent fee1c23 commit d061df8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions internal/test/test_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ func TestExecutingTests(t *testing.T) {
"s.7465737400000000000000000000000000000000000000000000000000000000",
"I.Crypto",
"I.Test",
"I.BlockchainHelpers",
"A.0000000000000001.NodeVersionBeacon",
"A.0000000000000001.FlowServiceAccount",
"A.0000000000000002.FungibleToken",
Expand All @@ -340,18 +341,19 @@ func TestExecutingTests(t *testing.T) {
"A.0000000000000001.MetadataViews",
"A.0000000000000001.NonFungibleToken",
"A.0000000000000001.ViewResolver",
"A.0000000000000001.RandomBeaconHistory",
},
coverageReport.ExcludedLocationIDs(),
)
assert.Equal(
t,
"Coverage: 90.6% of statements",
"Coverage: 87.7% of statements",
coverageReport.String(),
)
assert.Contains(
t,
result.String(),
"Coverage: 90.6% of statements",
"Coverage: 87.7% of statements",
)
})

Expand Down Expand Up @@ -410,6 +412,8 @@ func TestExecutingTests(t *testing.T) {
"s.7465737400000000000000000000000000000000000000000000000000000000",
"I.Crypto",
"I.Test",
"I.BlockchainHelpers",
"A.0000000000000001.RandomBeaconHistory",
"A.0000000000000001.NodeVersionBeacon",
"A.0000000000000001.FlowServiceAccount",
"A.0000000000000002.FungibleToken",
Expand Down

0 comments on commit d061df8

Please sign in to comment.