This commit is contained in:
Molkobain
2022-09-21 16:11:24 +02:00
parent 88d743b1cc
commit 583ab98210
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ class ItopDataTestCase extends ItopTestCase
$oObject->DBDelete();
}
catch (Exception $e) {
$this->debug("Error when removing created objects : $sClass::$iKey. Exception message: ".$e->getMessage());
$this->debug("Error when removing created objects: $sClass::$iKey. Exception message: ".$e->getMessage());
}
}
}