Skip to content

Commit

Permalink
Merge pull request #6 from spatie/analysis-8bL97a
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
freekmurze committed Apr 19, 2017
2 parents d9d2803 + 8a45f8f commit c45a96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DropboxAdapterTest.php
Expand Up @@ -197,7 +197,7 @@ public function it_can_list_contents()
public function it_can_rename_stuff()
{
$this->client->move(Argument::type('string'), Argument::type('string'))->willReturn(['.tag' => 'file', 'path' => 'something']);

$this->assertTrue($this->dropboxAdapter->rename('something', 'something'));
}

Expand Down

0 comments on commit c45a96b

Please sign in to comment.