Skip to content

Commit

Permalink
#14858 - Fix test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Feb 19, 2020
1 parent 4d0c637 commit e2b3fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Helper/Str/DirFromFileCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function helperStrFolderFromFileWithDots(UnitTester $I)
$I->wantToTest('Helper\Str - dirFromFile()');
$fileName = 'index.12321321.cache.html';

$expected = 'in/de/x./12/32/13/21/.c/ac/c';
$expected = 'in/de/x./12/32/13/21/.c/ac/';
$actual = Str::dirFromFile($fileName);
$I->assertEquals($expected, $actual);
}
Expand Down

0 comments on commit e2b3fb4

Please sign in to comment.