dcadec: fix test undefined method cached_download (#10667)
This commit is contained in:
parent
9350ce7ca5
commit
cfdbd0635f
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ class Dcadec < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
resource("sample").stage do |r|
|
||||
system "#{bin}/dcadec", r.cached_download
|
||||
resource("sample").stage do
|
||||
system "#{bin}/dcadec", resource("sample").cached_download
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue