Skip to content

Commit 79b62a8

Browse files
committed
Fix CI Test Failure
1 parent 889df87 commit 79b62a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/test/test_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ func TestExecutingTests(t *testing.T) {
211211
assert.ErrorContains(
212212
t,
213213
err,
214-
"could not find the address of contract: Hello",
214+
"could not resolve address of contract Hello",
215215
)
216216
})
217217

@@ -376,7 +376,7 @@ func TestExecutingTests(t *testing.T) {
376376
coverageReport.ExcludedLocationIDs(),
377377
)
378378

379-
expected := "Coverage: 93.7% of statements"
379+
expected := "Coverage: 90.4% of statements"
380380

381381
assert.Equal(
382382
t,

0 commit comments

Comments
 (0)