Skip to content

Commit

Permalink
fix: lint. (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs authored Oct 2, 2024
1 parent 9bfc11c commit d136af7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions handler/middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ import (
"reflect"
"testing"

"github.com/http-wasm/http-wasm-host-go/api/handler"
"github.com/http-wasm/http-wasm-host-go/internal/test"
"github.com/tetratelabs/wazero"
"github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1"

"github.com/http-wasm/http-wasm-host-go/api/handler"
"github.com/http-wasm/http-wasm-host-go/internal/test"
)

var testCtx = context.Background()
Expand Down Expand Up @@ -64,7 +65,6 @@ func TestAlreadyExistingWasipModulue(t *testing.T) {
}
return r, nil
}))

if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit d136af7

Please sign in to comment.