Skip to content

Commit

Permalink
Remove FIXME in UpdateTest
Browse files Browse the repository at this point in the history
one Value is fine as orderBy doesn't use values at all.
  • Loading branch information
bnf committed Jan 22, 2023
1 parent 8f122ba commit c24a397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Statement/UpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
Expand Down

0 comments on commit c24a397

Please sign in to comment.