Issue #2289059 by martin107: Fixed duplicate assertion text is causing confusion.
parent
9fa78acca2
commit
bd9eef3f3d
|
@ -182,6 +182,6 @@ class TourTest extends TourTestBasic {
|
|||
':data_id' => 'tour-test-1',
|
||||
':text' => 'The first tip',
|
||||
));
|
||||
$this->assertEqual(count($elements), 0, 'Found English variant of tip 1.');
|
||||
$this->assertEqual(count($elements), 0, 'Did not find English variant of tip 1.');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue