Skip to content

Commit a6e0e56

Browse files
committed
fix(alfred-live): satisfy lint in fuzz test
1 parent 654ae60 commit a6e0e56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alfred-live/test/unit/command-envelope.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ describe('command envelope', () => {
154154
cmd: 'list_config',
155155
args: rand() > 0.5 ? { prefix: randomPath(rand) } : {},
156156
}),
157-
(i) =>
157+
(_i) =>
158158
JSON.stringify({
159159
id: '',
160160
cmd: 'read_config',

0 commit comments

Comments
 (0)