diff --git a/dumper_test.go b/dumper_test.go index 895e8bf..e5a0ab2 100644 --- a/dumper_test.go +++ b/dumper_test.go @@ -728,7 +728,7 @@ func TestCanDumpPrivateStructs(t *testing.T) { func TestCanDumpSlices(t *testing.T) { type Slice []any - var nilSLice []Slice + var nilSlice []Slice foo := "foo" bar := "bar"