Skip to content

Commit f838058

Browse files
committed
Remove FIXME in UpdateTest
one Value is fine as orderBy doesn't use values at all.
1 parent 2a4a1fd commit f838058

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Statement/UpdateTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ public function testGetValuesWithOrderBy()
242242
->orderBy('id', 'ASC')
243243
->orderBy('name', 'DESC');
244244

245-
// FIXME This seems broken...
246245
$this->assertIsArray($this->subject->getValues());
247246
$this->assertCount(1, $this->subject->getValues());
248247
}

0 commit comments

Comments
 (0)