Skip to content

Commit

Permalink
remove dashed name form tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Jul 9, 2024
1 parent 7437316 commit 2310ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/integration/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestWasm(t *testing.T) {
var (
require = require.New(t)
env = envtest.New(t)
app = env.Scaffold("github.com/apps/wasm-app")
app = env.Scaffold("github.com/apps/wasmapp")
servers = app.RandomizeServerPorts()
ctx, cancel = context.WithCancel(env.Ctx())
)
Expand Down

0 comments on commit 2310ba9

Please sign in to comment.