Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
  • Loading branch information
yassinebenaid and ccoVeille authored Nov 5, 2024
1 parent 193b38e commit b9f0720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ func TestCanDumpPrivateStructs(t *testing.T) {
func TestCanDumpSlices(t *testing.T) {
type Slice []any

var nilSLice []Slice
var nilSlice []Slice

Check failure on line 731 in dumper_test.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 1.21)

nilSlice declared and not used

Check failure on line 731 in dumper_test.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, 1.22)

nilSlice declared and not used

Check failure on line 731 in dumper_test.go

View workflow job for this annotation

GitHub Actions / test (macos-latest, 1.21)

nilSlice declared and not used

Check failure on line 731 in dumper_test.go

View workflow job for this annotation

GitHub Actions / test (macos-latest, 1.22)

nilSlice declared and not used

foo := "foo"
bar := "bar"
Expand Down

0 comments on commit b9f0720

Please sign in to comment.