Add missing space after comma
This commit is contained in:
parent
01e69353d5
commit
a1a7b1779c
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ describe('ipc module', function () {
|
||||||
const objectWithBuffer = {a: 'foo', b: Buffer.from('bar')}
|
const objectWithBuffer = {a: 'foo', b: Buffer.from('bar')}
|
||||||
assert.ok(objectWithBuffer.b.equals(printName.echo(objectWithBuffer).b))
|
assert.ok(objectWithBuffer.b.equals(printName.echo(objectWithBuffer).b))
|
||||||
|
|
||||||
const arrayWithBuffer = [1,2, Buffer.from('baz')]
|
const arrayWithBuffer = [1, 2, Buffer.from('baz')]
|
||||||
assert.ok(arrayWithBuffer[2].equals(printName.echo(arrayWithBuffer)[2]))
|
assert.ok(arrayWithBuffer[2].equals(printName.echo(arrayWithBuffer)[2]))
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue