Skip to content

Commit

Permalink
Update types/kv/helpers_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
facundomedica and coderabbitai[bot] authored Apr 5, 2024
1 parent 873024e commit b4f4edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/kv/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func TestAssertKeyLength(t *testing.T) {
expectPanic: false,
},
{
name: "Store key is greater then the given length",
name: "Store key is greater than the given length",
key: []byte("unique"),
length: 3,
expectPanic: true,
Expand Down

0 comments on commit b4f4edb

Please sign in to comment.