Skip to content

Commit dcb2f9b

Browse files
committed
update test description
1 parent 3795e4d commit dcb2f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

table_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ func TestLTable_RawSetString(t *testing.T) {
270270
},
271271
},
272272
{
273-
name: "key removed from the middle",
273+
name: "key removed from the middle, expect removal from keys and k2i",
274274
input: []input{
275275
{
276276
key: "a",
@@ -299,7 +299,7 @@ func TestLTable_RawSetString(t *testing.T) {
299299
},
300300
},
301301
{
302-
name: "key removed from the end",
302+
name: "key removed from the end, expect removal from keys and k2i",
303303
input: []input{
304304
{
305305
key: "a",

0 commit comments

Comments
 (0)