Skip to content

Commit

Permalink
after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Mar 10, 2023
1 parent 2d25f75 commit cd99809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Table_Tests/src/In_Memory/Table_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec =
Table.from_rows [] [] . should_fail_with Illegal_Argument
Table.from_rows [] [[]] . should_fail_with Illegal_Argument

Table.new [["X", [1,2,3]], ["", [4,5,6]]] . should_fail_with Illegal_Argument.Error
Table.new [["X", [1,2,3]], ["", [4,5,6]]] . should_fail_with Illegal_Argument

Test.specify "should be internally guarded against creating a table without columns" <|
Test.expect_panic_with (Java_Table.new []) IllegalArgumentException
Expand Down

0 comments on commit cd99809

Please sign in to comment.