Skip to content

Commit e5425bb

Browse files
committed
Merge pull request #47 from dtynn/wanglin/rsf_test
RsfTest
2 parents f5fc553 + 4befaa6 commit e5425bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RsfTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ public function testListPrefix()
2626
$this->assertFalse($markerOut === '');
2727

2828
list($items, $markerOut, $err) = Qiniu_RSF_ListPrefix($this->client, $this->bucket, $this->key);
29-
$this->assertLessThanOrEqual(1, count($items));
29+
$this->assertLessThanOrEqual(count($items), 1);
3030
}
3131
}

0 commit comments

Comments
 (0)