Skip to content

Commit 732e496

Browse files
committed
Update RsUtilsTest.php
1 parent 806f153 commit 732e496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/RsUtilsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function setUp()
1616

1717
public function testPutFile()
1818
{
19-
$key = 'testPutFile' . getTid();
19+
$key = 'tmp/testPutFile' . getTid();
2020
$err = Qiniu_RS_Delete($this->client, $this->bucket, $key);
2121

2222
$putExtra = new Qiniu_PutExtra();
@@ -36,7 +36,7 @@ public function testPutFile()
3636

3737
public function testPut()
3838
{
39-
$key = 'testPut' . getTid();
39+
$key = 'tmp/testPut' . getTid();
4040
$err = Qiniu_RS_Delete($this->client, $this->bucket, $key);
4141

4242
list($ret, $err) = Qiniu_RS_Put($this->client, $this->bucket, $key, "hello world!", null);

0 commit comments

Comments
 (0)