Skip to content

Commit

Permalink
Corrected english typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilson Souza committed Jun 21, 2017
1 parent 23e451c commit 2f45dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
context "When using wrong inputs in alloc memory" do
let(:options) {{"enable"=>"", "alloc_mem"=>"#{alloc_mem_low}:#{alloc_mem_high}"}}

it "does not enable kdump and return false" do
it "does not enable kdump and returns false" do
expect(subject.cmdKdumpStartup(options)).to be false
end
end
Expand Down

0 comments on commit 2f45dce

Please sign in to comment.