diff --git a/tests/Statement/UpdateTest.php b/tests/Statement/UpdateTest.php index b9a5491..e16c575 100644 --- a/tests/Statement/UpdateTest.php +++ b/tests/Statement/UpdateTest.php @@ -242,7 +242,6 @@ public function testGetValuesWithOrderBy() ->orderBy('id', 'ASC') ->orderBy('name', 'DESC'); - // FIXME This seems broken... $this->assertIsArray($this->subject->getValues()); $this->assertCount(1, $this->subject->getValues()); }