Skip to content

Commit

Permalink
fix(test): fix wornf name for test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrz1 committed Jan 25, 2025
1 parent 4091e24 commit 152359d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/logger/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func TestContains(t *testing.T) {
expected: true,
},
{
name: "uninitialized string slice",
name: "uninitialized int slice",
slice: uninitializedIntegers,
item: 4,
underlyingType: "int",
Expand Down

0 comments on commit 152359d

Please sign in to comment.