diff --git a/tests/ClientTest.php b/tests/ClientTest.php index 0173431..7548c21 100644 --- a/tests/ClientTest.php +++ b/tests/ClientTest.php @@ -150,7 +150,6 @@ class ClientTest extends TestCase $read = $obj->query('/system/package/print', ['.id', '*1'])->read(); $this->assertCount(1, $read); - $this->assertEquals('dude', $read[0]['name']); $read = $obj->query('/system/package/print', ['.id', '=', '*1'])->read(); $this->assertCount(1, $read);