Skip to content

Commit fd9c579

Browse files
committed
move storage/internal to storage
1 parent 0c46445 commit fd9c579

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

storage/file/queue_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"os"
55
"testing"
66

7-
"github.com/micromdm/nanomdm/storage/internal/test"
7+
"github.com/micromdm/nanomdm/storage/test"
88
)
99

1010
func TestQueue(t *testing.T) {

storage/mysql/queue_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"os"
55
"testing"
66

7-
"github.com/micromdm/nanomdm/storage/internal/test"
7+
"github.com/micromdm/nanomdm/storage/test"
88

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

0 commit comments

Comments
 (0)