Fiche Test : fix typo

This commit is contained in:
sparkyx 2022-01-22 13:19:01 +01:00
parent ff25c4bdb7
commit 0546a4a632

View file

@ -413,7 +413,7 @@ where
$this->assertEquals($fiche->get_quick_code(),$fiche_related1->strAttribut($nAttribute['ad_id']),'Attribute QC is not set');
$this->assertEquals($fiche->get_quick_code(),$fiche_related2->strAttribut($nAttribute['ad_id']),'Attribute QC is not set');
}
if ( $fiche->id == 872 ) {
if ( $fiche->id == 872 || $fiche->id == 871 ) {
$this->assertEquals($fiche->remove(),1,"Removed used card not allowed {$fiche->id}");
} else {