Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Fix result default spec to match new normal
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed May 1, 2019
1 parent 02eaf7b commit ff81acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ssh_scan/result_spec.rb
Expand Up @@ -33,7 +33,7 @@
expect(result.start_time).to be_nil
expect(result.end_time).to be_nil
expect(result.scan_duration).to be_nil
expect(result.keys).to eq([])
expect(result.keys).to eq({})
end

context "when setting IP" do
Expand Down

0 comments on commit ff81acb

Please sign in to comment.