Skip to content

Commit

Permalink
Remove invalid modification time test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-r7 committed Jan 24, 2024
1 parent 15652bc commit 057face
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 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,6 @@ 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[: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 057face

Please sign in to comment.