Skip to content

Commit

Permalink
test/download_strategies/abstract_spec: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Dec 19, 2024
1 parent 4db46ee commit c8d0a19
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 c8d0a19

Please sign in to comment.