Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ryun committed Feb 17, 2024
1 parent 8399742 commit caa0510
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/inertia_http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package tests

import (
"encoding/json"
"github.com/humweb/inertia-go"
"github.com/stretchr/testify/suite"
"go-inertia/server/pkgs/inertia-go"
"html"
"net/http"
"net/http/httptest"
Expand Down
2 changes: 1 addition & 1 deletion tests/inertia_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package tests
import (
"context"
"errors"
"github.com/humweb/inertia-go"
"github.com/stretchr/testify/suite"
"go-inertia/server/pkgs/inertia-go"
"testing"
)

Expand Down
2 changes: 1 addition & 1 deletion tests/ssr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package tests

import (
"encoding/json"
"github.com/humweb/inertia-go"
"github.com/stretchr/testify/suite"
"go-inertia/server/pkgs/inertia-go"
"net/http"
"net/http/httptest"
"testing"
Expand Down
2 changes: 1 addition & 1 deletion tests/template_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package tests

import (
"github.com/humweb/inertia-go"
"github.com/stretchr/testify/suite"
"go-inertia/server/pkgs/inertia-go"
"html/template"
"testing"
)
Expand Down

0 comments on commit caa0510

Please sign in to comment.