We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e89ef commit 19a8867Copy full SHA for 19a8867
1 file changed
tests/Idoit/APIClient/CMDBConditionTest.php
@@ -79,9 +79,8 @@ public function testReadObjectByCondition() {
79
'value' => $value,
80
]];
81
$objects = $cmdbCondition->read($conditions);
82
- $this->assertSame($objectID, intval($objects[0]['id']));
+ $this->assertSame($objectID, intval($objects[0]['id']));
83
}
84
-
85
86
87
0 commit comments