Browse Source

fixed error msg in test

pull/83/head
Jeremy Wentworth 7 years ago
parent
commit
bce89a3bb4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      spec/manifest.tests.spec.js

+ 1
- 1
spec/manifest.tests.spec.js View File

@@ -89,7 +89,7 @@ describe("test manifests", function() {
} }


} catch(err){ } catch(err){
fail(`Error while trying to validate manifest: ${fileName}\n${err}`);
fail(`Error while trying to validate manifest: ${filePath}\n${err}`);
} }
}); });
}; };


Loading…
Cancel
Save