Skip to content

Commit

Permalink
correct test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Nov 5, 2024
1 parent 151653f commit 78d49f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/inmem/inmem_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import (
"github.com/micromdm/nanodep/storage/test"
)

func TestFileStorage(t *testing.T) {
func TestInMem(t *testing.T) {
test.TestWithStorages(t, context.Background(), New())
}

0 comments on commit 78d49f6

Please sign in to comment.