Skip to content

Commit

Permalink
changed the TestStringInSlice
Browse files Browse the repository at this point in the history
  • Loading branch information
korovindenis committed Dec 30, 2023
1 parent eb22f6c commit 8623dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cobra_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ func TestStringInSlice(t *testing.T) {
expected: false,
},
{
name: "String not in slice (case-insensitive)",
a: "PEAR",
name: "String in slice (case-insensitive)",
a: "APPLE",
list: []string{"orange", "banana", "apple", "grape"},
expected: false,
},
Expand Down

0 comments on commit 8623dcf

Please sign in to comment.