We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfc11c commit d136af7Copy full SHA for d136af7
handler/middleware_test.go
@@ -6,10 +6,11 @@ import (
6
"reflect"
7
"testing"
8
9
- "github.com/http-wasm/http-wasm-host-go/api/handler"
10
- "github.com/http-wasm/http-wasm-host-go/internal/test"
11
"github.com/tetratelabs/wazero"
12
"github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1"
+
+ "github.com/http-wasm/http-wasm-host-go/api/handler"
13
+ "github.com/http-wasm/http-wasm-host-go/internal/test"
14
)
15
16
var testCtx = context.Background()
@@ -64,7 +65,6 @@ func TestAlreadyExistingWasipModulue(t *testing.T) {
64
65
}
66
return r, nil
67
}))
-
68
if err != nil {
69
t.Fatal(err)
70
0 commit comments