Skip to content

Commit

Permalink
Fixed typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
HaNdTriX committed Feb 6, 2018
1 parent a08b07a commit 32c11fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe('generator-web-extension:app', () => {
])
})

it('correctly omnibox sluggifies the omnibox keyword', () => {
it('correctly sluggifies the omnibox keyword', () => {
const filePath = 'app/manifest.json'
assert.fileContent([
[filePath, /"keyword": "test-ext"/]
Expand Down

0 comments on commit 32c11fe

Please sign in to comment.