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

Commit

Permalink
Update tests with last db fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfpessoa committed Oct 28, 2018
1 parent 58fe0d0 commit 4c6acd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dependency_spy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
manifests = detected_manifests.select { |m| m.platform == 'npm' }
dependencies = manifests.map(&:dependencies).flatten
vulnerabilities = dependencies.map(&:vulnerabilities).flatten
expect(vulnerabilities).to have(87).items
expect(vulnerabilities).to have(62).items
end

it 'can read all dependencies for rubygems manifest' do
Expand Down

0 comments on commit 4c6acd3

Please sign in to comment.