aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/wasm/fmt_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wasm/fmt_test.go')
-rw-r--r--tests/wasm/fmt_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/wasm/fmt_test.go b/tests/wasm/fmt_test.go
index d3695f072..cb88e36db 100644
--- a/tests/wasm/fmt_test.go
+++ b/tests/wasm/fmt_test.go
@@ -15,8 +15,7 @@ func TestFmt(t *testing.T) {
t.Fatal(err)
}
- ctx, cancel := chromectx()
- defer cancel()
+ ctx := chromectx(t)
var log1 string
err = chromedp.Run(ctx,