Fix typo.

This commit is contained in:
kovacsv 2021-09-13 08:42:48 +02:00
parent 9c252de657
commit be6e69729c

View File

@ -51,7 +51,7 @@ describe ('Importer Test', function () {
});
});
it ('Not imprtable file', function (done) {
it ('Not importable file', function (done) {
let files = [
new FileObject ('', 'wrong.ext')
];