Skip to content

Commit b46282a

Browse files
committed
lint
1 parent 131c38b commit b46282a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/utilization/common.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ test('Utilization Common Components', async function (t) {
7979
// Should skip key with value too large
8080
assert.deepEqual(common.getKeys({ foo: BIG, bar: 'bar' }, ['foo', 'bar'], false), { bar: 'bar' })
8181
})
82-
8382
})
8483

8584
await t.test('common.request', async (t) => {

0 commit comments

Comments
 (0)