Skip to content

Commit

Permalink
move storage/internal to storage (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
discentem authored May 6, 2024
1 parent 0c46445 commit bb3a8af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storage/file/queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"
"testing"

"github.com/micromdm/nanomdm/storage/internal/test"
"github.com/micromdm/nanomdm/storage/test"
)

func TestQueue(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion storage/mysql/queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"
"testing"

"github.com/micromdm/nanomdm/storage/internal/test"
"github.com/micromdm/nanomdm/storage/test"

_ "github.com/go-sql-driver/mysql"
)
Expand Down
File renamed without changes.

0 comments on commit bb3a8af

Please sign in to comment.