From 5ac4a4e41360dbccb92fc8deb5be50fb905a3de3 Mon Sep 17 00:00:00 2001 From: Julien Fabre Date: Wed, 2 Aug 2023 17:06:34 -0600 Subject: [PATCH] rollback spawn test --- testdata/go/spawn.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testdata/go/spawn.go b/testdata/go/spawn.go index 4660f7a7..d65d77e4 100644 --- a/testdata/go/spawn.go +++ b/testdata/go/spawn.go @@ -52,8 +52,7 @@ func supervisor(ctx context.Context) error { // Spawn the same WASM module, but with the "worker" arg. workerModule := timecraft.ModuleSpec{ - Function: "worker", - //Args: []string{"worker"}, + Args: []string{"worker"}, } workerID, workerIP, err := client.Spawn(ctx, workerModule)