We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3795e4d commit dcb2f9bCopy full SHA for dcb2f9b
table_test.go
@@ -270,7 +270,7 @@ func TestLTable_RawSetString(t *testing.T) {
270
},
271
272
{
273
- name: "key removed from the middle",
+ name: "key removed from the middle, expect removal from keys and k2i",
274
input: []input{
275
276
key: "a",
@@ -299,7 +299,7 @@ func TestLTable_RawSetString(t *testing.T) {
299
300
301
302
- name: "key removed from the end",
+ name: "key removed from the end, expect removal from keys and k2i",
303
304
305
0 commit comments