Skip to content

Commit 1cf4bbc

Browse files
committed
Rename TopkIncrBy method
1 parent 3145cf8 commit 1cf4bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ func TestClient_TopkInfo(t *testing.T) {
191191
assert.NotNil(t, err)
192192
}
193193

194-
func TestClient_TopkIncrby(t *testing.T) {
194+
func TestClient_TopkIncrBy(t *testing.T) {
195195
client.FlushAll()
196196
key := "test_topk_incrby"
197197
ret, err := client.TopkReserve(key, 50, 2000, 7, 0.925)

0 commit comments

Comments
 (0)