This commit is contained in:
Gregory Travis 2024-07-15 16:30:57 -04:00
parent 64be2e5cff
commit 808c8eafb3

View File

@ -211,7 +211,7 @@ add_specs suite_builder =
(Ordering.hash x0) . should_equal (Ordering.hash x1)
group_builder.specify "should compare correctly to Integer and Float" pending = "https://github.com/enso-org/enso/issues/10163" <|
group_builder.specify "should compare correctly to Integer and Float" pending="https://github.com/enso-org/enso/issues/10163" <|
values = []
+ [[0.1, 0.1]]
+ [["0.1", 0.1]]