Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryTravis committed Aug 26, 2024
1 parent 699ce35 commit 11cafc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ add_specs suite_builder setup =

c2 = table_builder [["X", [Decimal.new "130", Decimal.new "150", Decimal.new "170", Decimal.new "-130", Decimal.new "-150", Decimal.new "-170"]]] . at "X"
c2.value_type.is_decimal . should_be_true
c2.round 0 . to_vector . should_equal [Decimal.new "`100", Decimal.new "200", Decimal.new "200", Decimal.new "100", Decimal.new "200", Decimal.new "200"]
c2.round 0 . to_vector . should_equal [Decimal.new "100", Decimal.new "200", Decimal.new "200", Decimal.new "100", Decimal.new "200", Decimal.new "200"]

group_builder.specify "should allow Nothing/NULL" <|
table = table_builder [["x", [Nothing, 0.51, 0.59, 3.51, Nothing, 3.59, -0.51, -0.59, -3.51, -3.59]]]
Expand Down

0 comments on commit 11cafc8

Please sign in to comment.