Skip to content

Commit

Permalink
removing TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mativm02 committed Jan 16, 2024
1 parent db5d155 commit 97236aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion temporal/keyvalue/keyvalue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,6 @@ func TestKeyValue_GetKeysWithOpts(t *testing.T) {
tc.setup(kv)
}

// TODO: Check cursor
keys, cursor, err := kv.GetKeysWithOpts(ctx, tc.searchStr, tc.cursor, tc.count)
assert.Equal(t, tc.expectedErr, err)
if err == nil {
Expand Down

0 comments on commit 97236aa

Please sign in to comment.