Skip to content

Commit cff83bf

Browse files
committed
Fix one more test
1 parent 78df87c commit cff83bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ public function getTestData(): iterable
14831483
$this->constantArray([
14841484
[new ConstantStringType('minusInt'), $this->stringifies() ? new ConstantStringType('-1') : new ConstantIntegerType(-1)],
14851485
[new ConstantStringType('minusFloat'), $this->stringifies() ? $this->numericString(false, true) : new ConstantFloatType(-0.1)],
1486-
[new ConstantStringType('minusIntRange'), $this->stringifies() ? $this->numericString(true, true) : IntegerRangeType::fromInterval(null, 0)],
1486+
[new ConstantStringType('minusIntRange'), $this->stringifies() ? $this->decimalIntString() : IntegerRangeType::fromInterval(null, 0)],
14871487
]),
14881488
'
14891489
SELECT -1 as minusInt,

0 commit comments

Comments
 (0)