Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

Commit 4c6acd3

Browse files
committed
Update tests with last db fixes
1 parent 58fe0d0 commit 4c6acd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/dependency_spy_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
manifests = detected_manifests.select { |m| m.platform == 'npm' }
3535
dependencies = manifests.map(&:dependencies).flatten
3636
vulnerabilities = dependencies.map(&:vulnerabilities).flatten
37-
expect(vulnerabilities).to have(87).items
37+
expect(vulnerabilities).to have(62).items
3838
end
3939

4040
it 'can read all dependencies for rubygems manifest' do

0 commit comments

Comments
 (0)