Skip to content

Commit

Permalink
Update array.test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Dec 19, 2024
1 parent 26b8af0 commit a8639ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/array.test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@

assert_equal array.transpose, Literal::Tuple(
Literal::Array(Integer),
Literal::Array(String)
Literal::Array(String),
).new(
Literal::Array(Integer).new(1, 2),
Literal::Array(String).new("a", "b"),
Expand Down

0 comments on commit a8639ce

Please sign in to comment.