Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
rollback spawn test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pryz committed Aug 2, 2023
1 parent d2e993f commit 5ac4a4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testdata/go/spawn.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5ac4a4e

Please sign in to comment.