Skip to content

Commit 3d4ada0

Browse files
committed
Fix lint
1 parent ce3414a commit 3d4ada0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

npm_and_yarn/spec/dependabot/npm_and_yarn/file_parser_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@
12641264

12651265
it "includes the real aliased package with the requirement as version" do
12661266
dep = top_level_dependencies.find { |d| d.name == "is-number" }
1267-
expect(dep).to_not be_nil
1267+
expect(dep).not_to be_nil
12681268
expect(dep.version).to be_nil
12691269
expect(dep.requirements.first[:requirement]).to eq("^7.0.0")
12701270
end

0 commit comments

Comments
 (0)