test: brew style --fix

Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
William Woodruff 2023-06-04 23:33:46 -04:00
parent af6f728eb4
commit 7915363482
No known key found for this signature in database

View File

@ -99,7 +99,7 @@ describe PyPI do
it "fails for non-PYPI package URLs" do it "fails for non-PYPI package URLs" do
package = described_class.new(non_pypi_package_url, is_url: true) package = described_class.new(non_pypi_package_url, is_url: true)
expect {package.version = "1.2.3" }.to raise_error(ArgumentError) expect { package.version = "1.2.3" }.to raise_error(ArgumentError)
end end
end end