GithubLatest: Fix test for GithubRelease changes
`GithubLatest` was updated to use parts of `GithubRelease` and this works fine within `brew livecheck` (since we `require` all the strategies) but we need to explicitly `require` `GithubRelease` in the `GithubLatest` test file now. Without this, we encounter errors in parts of `GithubLatest` where `GithubRelease` is referenced.
This commit is contained in:
parent
5139b9b468
commit
db7a6baa33
@ -1,5 +1,6 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require "livecheck/strategy/github_release"
|
||||||
require "livecheck/strategy/github_latest"
|
require "livecheck/strategy/github_latest"
|
||||||
|
|
||||||
describe Homebrew::Livecheck::Strategy::GithubLatest do
|
describe Homebrew::Livecheck::Strategy::GithubLatest do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user