summaryrefslogtreecommitdiffstats
path: root/tests/Components/LimitTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Components/LimitTest.php')
-rw-r--r--tests/Components/LimitTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Components/LimitTest.php b/tests/Components/LimitTest.php
index bc5a462..8a04bec 100644
--- a/tests/Components/LimitTest.php
+++ b/tests/Components/LimitTest.php
@@ -13,7 +13,7 @@ class LimitTest extends TestCase
public function testBuild()
{
$component = new Limit(1);
- $this->assertEquals(Limit::build($component), '1');
+ $this->assertEquals(Limit::build($component), '0, 1');
}
public function testBuildWithOffset()