We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889df87 commit 79b62a8Copy full SHA for 79b62a8
1 file changed
internal/test/test_test.go
@@ -211,7 +211,7 @@ func TestExecutingTests(t *testing.T) {
211
assert.ErrorContains(
212
t,
213
err,
214
- "could not find the address of contract: Hello",
+ "could not resolve address of contract Hello",
215
)
216
})
217
@@ -376,7 +376,7 @@ func TestExecutingTests(t *testing.T) {
376
coverageReport.ExcludedLocationIDs(),
377
378
379
- expected := "Coverage: 93.7% of statements"
+ expected := "Coverage: 90.4% of statements"
380
381
assert.Equal(
382
0 commit comments