Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 29, 2023
1 parent dbed1be commit dc2ce1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/docs_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def assert_examples(method)
return if [:read_csv_batched, :sink_parquet].include?(method.name)

# TODO fix
return if [:align_frames, :coalesce, :cumsum].include?(method.name)
return if [:align_frames, :coalesce, :cumsum, :extend_constant].include?(method.name)

code = ""
method.tags(:example).each do |example|
Expand Down

0 comments on commit dc2ce1d

Please sign in to comment.