We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40df253 commit 38fb116Copy full SHA for 38fb116
test/npm_test.rb
@@ -101,9 +101,6 @@ def code() "200" end
101
@npm.stub(:get_json, response) do
102
outdated_packages = @npm.outdated_packages
103
104
- assert_equal(1, outdated_packages.size)
105
- assert_equal('md5', outdated_packages[0].name)
106
- assert_equal('2.2.0', outdated_packages[0].current_version)
107
assert_equal('version not found', outdated_packages[0].latest_version)
108
end
109
0 commit comments