Skip to content

Commit 164277b

Browse files
committed
Fix NullSaver test execution
1 parent 8fa5832 commit 164277b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Saver/NullSaverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function testCustomSaver()
1919
$profiler->stop();
2020
$this->markTestIncomplete('Custom saver not executed');
2121
} catch (Exception $e) {
22-
$this->assertEquals('CustomSaver executed', $e->getMessage());
22+
$this->assertEquals('NullSaver executed', $e->getMessage());
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)