Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WinPooh32 committed Jan 7, 2024
1 parent 1ce0a78 commit 100a64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aggregation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestLookup(t *testing.T) {
wantErr bool
}{
{
name: "with mathes",
name: "with matches",
args: args{
ctx: context.Background(),
lhs: mem{[]kint{1, 2, 3, 4, 5}},
Expand All @@ -53,7 +53,7 @@ func TestLookup(t *testing.T) {
wantErr: false,
},
{
name: "no match",
name: "no matches",
args: args{
ctx: context.Background(),
lhs: mem{[]kint{1, 2, 3, 4, 5}},
Expand Down

0 comments on commit 100a64b

Please sign in to comment.