This commit is contained in:
Aaron Carlino 2020-03-17 16:21:46 +13:00
parent 7ad5f1bb14
commit 37e8720fe5

View File

@ -86,6 +86,5 @@ class DiffTest extends SapphireTest
$actual = Diff::compareHTML($from, $to);
$this->assertRegExp($expected, $actual);
}
}