Skip to content

Commit

Permalink
Fixed extra paren
Browse files Browse the repository at this point in the history
  • Loading branch information
brynrhodes committed Aug 29, 2024
1 parent fe383b9 commit 51cc1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cql/CqlAggregateFunctionsTest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
</test>
<test name="ModeTestDateTime">
<expression>Mode({ DateTime(2012, 10, 5), DateTime(2012, 9, 5), DateTime(2012, 10, 6), DateTime(2012, 9, 5) })</expression>
<output>@2012-09-05T)</output>
<output>@2012-09-05T</output>
</test>
<test name="ModeTestTime">
<expression>Mode({ @T15:59:59.999, @T05:59:59.999, @T20:59:59.999, @T05:59:59.999 })</expression>
Expand Down

0 comments on commit 51cc1b1

Please sign in to comment.