Skip to content

Commit

Permalink
Improve naming of .load() test.
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Apr 22, 2018
1 parent 56291e4 commit ca77fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test('load & validate file', async test => {
test.is(data.familyName, 'Test Font')
})

test('fail to validate', async test => {
test('load & fail to validate', async test => {
const err = await test.throws(makeGlyphs.load(testPlist))
test.is(err.name, 'ValidationError')
})
Expand Down

0 comments on commit ca77fd5

Please sign in to comment.