Skip to content

Commit

Permalink
fix CI error due to rggen/rggen-core#126 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani authored Sep 11, 2023
1 parent f2dac44 commit 135d868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/rggen/duh/loader_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
end

let(:input_data) do
RgGen::Core::RegisterMap::InputData.new(:root, valid_value_lists)
RgGen::Core::RegisterMap::InputData.new(:root, valid_value_lists, nil)
end

def create_extracter(target_layers, target_value, &body)
Expand Down
2 changes: 1 addition & 1 deletion spec/support/shared_contexts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def collect_target_data(input_data, layer)
end

let(:input_data) do
factory.__send__(:create_input_data)
factory.__send__(:create_input_data, nil)
end

let(:loader) do
Expand Down

0 comments on commit 135d868

Please sign in to comment.