Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AdRiley committed Feb 14, 2025
1 parent 96b5d91 commit 3f21456
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ add_expression_specs suite_builder detailed setup =
expression_test "cast([A], ..Char)" ["1", "2", "3", "4", "5"]
expression_test "starts_WITH([C], 'HELLO', ..INSENSITIVE)" [True, False, True, False, Nothing]

specify_test "should be able to call static expression methods" group_builder expression_test->
if setup.flagged ..Date_Time then specify_test "should be able to call static expression methods" group_builder expression_test->
expression_test "today()" Date.today

suite_builder.group prefix+"Expression Errors should be handled" group_builder->
Expand Down

0 comments on commit 3f21456

Please sign in to comment.