Skip to content

Commit

Permalink
Run make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
tung2744 committed Aug 20, 2024
1 parent 1da4bb6 commit e233419
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pkg/auth/wire_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pkg/lib/saml/samlbinding/http_post_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import (
"net/url"
"testing"

"github.com/authgear/authgear-server/pkg/lib/saml/samlbinding"
. "github.com/smartystreets/goconvey/convey"

"github.com/authgear/authgear-server/pkg/lib/saml/samlbinding"
)

func TestSAMLBindingHTTPPost(t *testing.T) {
Expand Down
3 changes: 2 additions & 1 deletion pkg/lib/saml/samlbinding/http_redirect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import (
"net/url"
"testing"

"github.com/authgear/authgear-server/pkg/lib/saml/samlbinding"
. "github.com/smartystreets/goconvey/convey"

"github.com/authgear/authgear-server/pkg/lib/saml/samlbinding"
)

func TestSAMLBindingHTTPRedirect(t *testing.T) {
Expand Down

0 comments on commit e233419

Please sign in to comment.