Skip to content

Commit

Permalink
Land #18740, Remove invalid modification time test
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 authored Jan 24, 2024
2 parents 4784afa + 56f6020 commit 995c806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/shared/examples/msf/module_manager/cache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def module_info_by_path_from_database!
module_info_by_path_from_database!
end

it { expect(subject[:modification_time]).to be_within(10.seconds).of(pathname_modification_time) }
it { expect(subject[:modification_time]).to be_a(Time) }
it { expect(subject[:parent_path]).to eq(parent_path) }
it { expect(subject[:reference_name]).to eq(reference_name) }
it { expect(subject[:type]).to eq(type) }
Expand Down

0 comments on commit 995c806

Please sign in to comment.