Skip to content

Commit

Permalink
Added test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
duedares-rvj committed Oct 14, 2024
1 parent 8ad3ca7 commit 898ec9a
Show file tree
Hide file tree
Showing 5 changed files with 535 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/auth0/flow.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:generate mockgen -source=flow.go -destination=flow/flow_mock.go -package=mock
//go:generate mockgen -source=flow.go -destination=mock/flow_mock.go -package=mock

package auth0

Expand Down
2 changes: 1 addition & 1 deletion internal/auth0/form.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:generate mockgen -source=form.go -destination=form/form_mock.go -package=mock
//go:generate mockgen -source=form.go -destination=mock/form_mock.go -package=mock

package auth0

Expand Down
253 changes: 253 additions & 0 deletions internal/auth0/mock/flow_mock.go

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

133 changes: 133 additions & 0 deletions internal/auth0/mock/form_mock.go

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

Loading

0 comments on commit 898ec9a

Please sign in to comment.