Skip to content

Commit

Permalink
test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
onysko committed Nov 26, 2014
1 parent 5315c7f commit 08777d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MainTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function testFailWrite()
$writtenPath = $this->fileService->write('123', $path);

// Perform test
$this->assertEquals(false, $writtenPath.basename($path), '123');
$this->assertEquals(false, $writtenPath, '123');
}

/** Test file service deleting */
Expand Down

0 comments on commit 08777d6

Please sign in to comment.