diff --git a/Library/Homebrew/test/utils/svn_spec.rb b/Library/Homebrew/test/utils/svn_spec.rb index 0c4b039b36..60556601a4 100644 --- a/Library/Homebrew/test/utils/svn_spec.rb +++ b/Library/Homebrew/test/utils/svn_spec.rb @@ -47,7 +47,7 @@ describe Utils::Svn do end 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