Browse Source

tests fixed

tags/1.0.1
Paul Rock 6 years ago
parent
commit
96f1f018a5
  1. 1
      tests/ClientTest.php

1
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);

Loading…
Cancel
Save