We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c46445 commit fd9c579Copy full SHA for fd9c579
storage/file/queue_test.go
@@ -4,7 +4,7 @@ import (
4
"os"
5
"testing"
6
7
- "github.com/micromdm/nanomdm/storage/internal/test"
+ "github.com/micromdm/nanomdm/storage/test"
8
)
9
10
func TestQueue(t *testing.T) {
storage/mysql/queue_test.go
_ "github.com/go-sql-driver/mysql"
storage/internal/test/queue.go storage/test/queue.go
0 commit comments