Skip to content

Commit e7b6232

Browse files
TBBlegabriel-samfira
authored andcommitted
Fix misspelling of 'Native' as 'Naive'
Signed-off-by: Paul "TBBle" Hampson <[email protected]>
1 parent e1f999a commit e7b6232

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

snapshots/native/native_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ func newSnapshotter(ctx context.Context, root string) (snapshots.Snapshotter, fu
3535
return snapshotter, func() error { return snapshotter.Close() }, nil
3636
}
3737

38-
func TestNaive(t *testing.T) {
38+
func TestNative(t *testing.T) {
3939
if runtime.GOOS == "windows" {
40-
t.Skip("snapshotter not implemented on windows")
40+
t.Skip("Native snapshotter not implemented on windows")
4141
}
4242
testutil.RequiresRoot(t)
43-
testsuite.SnapshotterSuite(t, "Naive", newSnapshotter)
43+
testsuite.SnapshotterSuite(t, "Native", newSnapshotter)
4444
}

0 commit comments

Comments
 (0)