Skip to content

Commit

Permalink
Fix call to match new specification
Browse files Browse the repository at this point in the history
  • Loading branch information
ytti committed Dec 24, 2024
1 parent 1bc3ac7 commit 435aa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/model/model_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Oxidized.setup_logger
@node = MockSsh.get_node('garderos')
@test = ATOMS::TestOutput.new('garderos', 'R7709_003_006_068')
@mockmodel = MockSsh.new(@test)
@mockmodel = MockSsh.new(@test.simulation)
Net::SSH.stubs(:start).returns @mockmodel
end

Expand Down

0 comments on commit 435aa70

Please sign in to comment.