aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/wasm/chan_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wasm/chan_test.go')
-rw-r--r--tests/wasm/chan_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/wasm/chan_test.go b/tests/wasm/chan_test.go
index 793bf1de3..e44d7ebe4 100644
--- a/tests/wasm/chan_test.go
+++ b/tests/wasm/chan_test.go
@@ -24,13 +24,12 @@ func TestChan(t *testing.T) {
err = chromedp.Run(ctx,
chromedp.Navigate(server.URL+"/run?file=chan.wasm"),
waitLog(`1
-2
4
+2
3
true`),
)
if err != nil {
t.Fatal(err)
}
-
}