Skip to content

Commit

Permalink
Updated 404 message in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLee1521 committed Feb 19, 2021
1 parent 03f5d6e commit 348627d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jekyll-remote-theme/downloader_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
after { WebMock.allow_net_connect! }

it "raises a DownloadError" do
msg = "404 - Not Found"
msg = "404 - Not Found - Loading URL: https://codeload.github.com/benbalter/_invalid_/zip/master"
expect { subject.run }.to raise_error(Jekyll::RemoteTheme::DownloadError, msg)
end
end
Expand Down

0 comments on commit 348627d

Please sign in to comment.