Skip to content

Commit

Permalink
Test: Fixed syntax typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Jul 12, 2019
1 parent 8c522f2 commit c14ac84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ dotest.add ('Error: API error', async test => {
const data = await europeana ('record/-');

test()
.isUndefined ('fail', 'data', data);
.isUndefined ('fail', 'data', data)
.done()
;
}
Expand Down

0 comments on commit c14ac84

Please sign in to comment.