Skip to content

Commit

Permalink
consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Feb 17, 2020
1 parent f96e2cd commit d8f24c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/general/test/cfa/sysctl_config_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
let(:tcp_syncookies) { true }

it "returns false" do
expect(config.conflict?).to be(false)
expect(config.conflict?).to eq(false)
end
end
end
Expand Down

0 comments on commit d8f24c3

Please sign in to comment.