Skip to content

Commit 125f413

Browse files
committed
Fix assertion
1 parent 2ba2f63 commit 125f413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cql/CqlToElmTests/Input/DQIC/CqlDateTimeOperatorsTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@
11771177
</test>
11781178
<test name="DateTimeSubtract2YearsAsMonthsRem1">
11791179
<expression>DateTime(2014) - 25 months</expression>
1180-
<output>@2012T</output>
1180+
<output>@2011T</output>
11811181
</test>
11821182
<test name="TimeSubtract5Hours">
11831183
<expression>@T15:59:59.999 - 5 hours</expression>

0 commit comments

Comments
 (0)