From 68a0735c0a663d363c7cae32563328afe9fe1e4e Mon Sep 17 00:00:00 2001 From: Bryant Austin Date: Wed, 3 Jun 2026 13:19:02 -0600 Subject: [PATCH] adjusted ToTime tests output to null --- tests/cql/CqlTypeOperatorsTest.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/cql/CqlTypeOperatorsTest.xml b/tests/cql/CqlTypeOperatorsTest.xml index 64bff23..4d37a28 100644 --- a/tests/cql/CqlTypeOperatorsTest.xml +++ b/tests/cql/CqlTypeOperatorsTest.xml @@ -197,17 +197,17 @@ ToTime('T14:30:00.0+05:30') - @T14:30:00.000 + null ToTime('T14:30:00.0-05:45') - @T14:30:00.000 + null ToTime('T14:30:00.0Z') - @T14:30:00.000 + null