Add missing assertion in tests

This commit is contained in:
Jeremy Benoist 2017-12-18 10:29:42 +01:00
parent 5661e8d42a
commit acc0a80179
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -97,5 +97,8 @@ class ImportCommandTest extends WallabagCoreTestCase
'--useUserId' => true,
'--importer' => 'v2',
]);
$this->assertContains('imported', $tester->getDisplay());
$this->assertContains('already saved', $tester->getDisplay());
}
}