Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdRiley committed Jan 20, 2025
1 parent 77e2a5b commit 327a4ee
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ add_specs suite_builder setup =
group_builder.specify "offset should report unsupported" <|
table_builder = setup.light_table_builder
t = table_builder [["ix", [1, 2, 3, 4, 5]], ["X", [100, 3, Nothing, 4, 12]], ["Y", [100, 4, 2, Nothing, 11]]]
t2 = t.offset "X"
t2 = t.offset ["X"]
t2.should_fail_with (Unsupported_Database_Operation.Error "offset")
c = t.at 0
c2 = c.offset
c2.should_fail_with (Unsupported_Database_Operation.Error "offset")

add_offset_specs suite_builder setup =
prefix = setup.prefix
Expand Down

0 comments on commit 327a4ee

Please # to comment.