Skip to content

Commit

Permalink
Update test/inst_url_test.rb
Browse files Browse the repository at this point in the history
Co-Authored-By: wfeldt <snwint@suse.de>
  • Loading branch information
lslezak and wfeldt committed Dec 5, 2018
1 parent f61e1d9 commit e0ad6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/inst_url_test.rb
Expand Up @@ -30,7 +30,7 @@
let(:zypp_repo_url) { nil }

it "returns an empty string" do
expect(inst_url.installInf2Url("")).to be_empty
expect(inst_url.installInf2Url("")).to eq("")
end
end

Expand Down

0 comments on commit e0ad6aa

Please sign in to comment.