Skip to content

Commit

Permalink
add missing }
Browse files Browse the repository at this point in the history
  • Loading branch information
brenca committed Oct 30, 2018
1 parent 51ae862 commit 3a6c073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/api-menu-item-spec.js
Expand Up @@ -407,7 +407,7 @@ describe('MenuItems', () => {
return menu.getAcceleratorTextAt(x)
}

assert.strictEqual(`${t(0)} ${t(1)} ${t(2)} ${t(3)} ${t(4)} ${t(5) ${t(6)} ${t(7)}}`, `lolfail`)
assert.strictEqual(`${t(0)} ${t(1)} ${t(2)} ${t(3)} ${t(4)} ${t(5)} ${t(6)} ${t(7)}}`, `lolfail`)

assert.strictEqual(menu.getAcceleratorTextAt(0),
`${(process.platform === 'darwin') ? 'Cmd' : 'Ctrl'}+A`)
Expand Down

0 comments on commit 3a6c073

Please sign in to comment.