Skip to content

Commit

Permalink
Merge pull request #16298 from Homebrew/subversion_url
Browse files Browse the repository at this point in the history
utils/svn_spec: change remote used in test.
  • Loading branch information
MikeMcQuaid authored Dec 5, 2023
2 parents fc25915 + 35369e1 commit fcfce58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/test/utils/svn_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
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
Expand Down

0 comments on commit fcfce58

Please sign in to comment.