ci: code style only

This commit is contained in:
odain
2025-12-30 12:42:26 +01:00
parent 346daa3ccc
commit 5ced223426

View File

@@ -73,9 +73,8 @@ class DBObjectSetTest extends ItopDataTestCase
$oDBObjectSetComparator = new DBObjectSetComparator($DBObjectSet1, $DBObjectSet3);
$this->assertTrue($oDBObjectSetComparator->SetsAreEquivalent());
$oDBObjectSetComparator = new DBObjectSetComparator($DBObjectSet1, new DBObjectSet($oSearch));
$this->expectExceptionMessage($sMsg, "should call DB again this time");
$this->assertTrue($oDBObjectSetComparator->SetsAreEquivalent());
}
}
}