Skip to content

Commit 057face

Browse files
committed
Remove invalid modification time test
1 parent 15652bc commit 057face

File tree

1 file changed

+0
-1
lines changed
  • spec/support/shared/examples/msf/module_manager

1 file changed

+0
-1
lines changed

spec/support/shared/examples/msf/module_manager/cache.rb

-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ def module_info_by_path_from_database!
410410
module_info_by_path_from_database!
411411
end
412412

413-
it { expect(subject[:modification_time]).to be_within(10.seconds).of(pathname_modification_time) }
414413
it { expect(subject[:parent_path]).to eq(parent_path) }
415414
it { expect(subject[:reference_name]).to eq(reference_name) }
416415
it { expect(subject[:type]).to eq(type) }

0 commit comments

Comments
 (0)