Skip to content

Commit

Permalink
fix import for totp testing
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade committed Aug 27, 2024
1 parent 8d0d86f commit c8f0a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion totp/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"github.com/stretchr/testify/require"

"github.com/theopenlane/utils/totp"
"github.com/theopenlane/iam/totp"
)

func TestDefaultName(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion totp/testing/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http"
"net/url"

"github.com/theopenlane/utils/totp/testing/views"
"github.com/theopenlane/iam/totp/testing/views"
)

const (
Expand Down

0 comments on commit c8f0a67

Please sign in to comment.