Skip to content
Snippets Groups Projects
Commit 1750e7b7 authored by Vincent Petry's avatar Vincent Petry
Browse files

Fixed expected warning count on repair fail

parent 32c9139a
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ class TestRepairLegacyStorages extends \Test\TestCase {
$this->repair->run();
$this->assertEquals(1, count($this->warnings));
$this->assertEquals(2, count($this->warnings));
$this->assertEquals('Could not repair legacy storage ', substr(current($this->warnings), 0, 32));
// storages left alone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment