Merge pull request #16298 from Homebrew/subversion_url

utils/svn_spec: change remote used in test.
This commit is contained in:
Mike McQuaid 2023-12-05 14:36:16 -05:00 committed by GitHub
commit fcfce58973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ describe Utils::Svn do
end end
it "returns true when remote exists", :needs_network, :needs_svn do it "returns true when remote exists", :needs_network, :needs_svn do
expect(described_class).to be_remote_exists("https://github.com/Homebrew/install") expect(described_class).to be_remote_exists("https://svn.apache.org/repos/asf/openoffice/trunk")
end end
end end
end end