Skip to content

Commit

Permalink
Merge pull request #18966 from Homebrew/download_strategies/abstract-…
Browse files Browse the repository at this point in the history
…fix-test

test/download_strategies/abstract_spec: fix test
  • Loading branch information
MikeMcQuaid authored Dec 20, 2024
2 parents 3fc8f6f + c8d0a19 commit 2e12fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/test/download_strategies/abstract_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
let(:args) { %w[foo bar baz] }

specify "#source_modified_time" do
Mktemp.new("mtime") do
mktmpdir("mtime").cd do
FileUtils.touch "foo", mtime: Time.now - 10
FileUtils.touch "bar", mtime: Time.now - 100
FileUtils.ln_s "not-exist", "baz"
Expand Down

0 comments on commit 2e12fd2

Please sign in to comment.