Skip to content

Commit 1975bdb

Browse files
committed
style: Fix Sonar smell
1 parent 52fc6ff commit 1975bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Cy.mock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Cy {
1818
};
1919

2020
this._stubs = {
21-
on: this._sandbox.stub().callsFake((eventName, callback) => {
21+
on: this._sandbox.stub().callsFake((_eventName, callback) => {
2222
this._callback = callback;
2323
}),
2424
log: this._sandbox.stub(),

0 commit comments

Comments
 (0)