proper engrish

This commit is contained in:
jomo 2015-02-13 20:30:54 +01:00
parent 30c4ba200c
commit c2a4b3f9f0

View File

@ -172,7 +172,7 @@ describe("Crafatar", function() {
}); });
}); });
it("should not find the file", function(done) { it("should not find the file", function(done) {
skins.open_skin(rid, "non/existant/path", function(err, img) { skins.open_skin(rid, "non/existent/path", function(err, img) {
assert.notStrictEqual(err, null); assert.notStrictEqual(err, null);
done(); done();
}); });