Skip to content

Commit

Permalink
Update AwsS3Test.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Pérez Batanero authored Jan 3, 2020
1 parent 243c404 commit 134da32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Gaufrette/Functional/Adapter/AwsS3Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public function shouldRenameAnObject()
$this->filesystem->write('foo', '');
$this->filesystem->rename('foo', 'foo%_encode');

$this->assertTrue($this->filesystem->has('foo'));
$this->assertFalse($this->filesystem->has('foo'));
$this->assertTrue($this->filesystem->has('foo%_encode'));
}
}

0 comments on commit 134da32

Please sign in to comment.