8000 testZAddFirstArg should del('100') as a starter · jrtkcoder/phpredis@c5fd1cf · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c5fd1cf

Browse files
committed
testZAddFirstArg should del('100') as a starter
1 parent c452316 commit c5fd1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RedisTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@ public function testBRpopLpush() {
19201920

19211921
public function testZAddFirstArg() {
19221922

1923-
$this->redis->del('key');
1923+
$this->redis->del('100');
19241924

19251925
$zsetName = 100; // not a string!
19261926
$this->assertTrue(1 === $this->redis->zAdd($zsetName, 0, 'val0'));

0 commit comments

Comments
 (0)
0