mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 11:00:39 +02:00
proper engrish
This commit is contained in:
@@ -172,7 +172,7 @@ describe("Crafatar", function() {
|
||||
});
|
||||
});
|
||||
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);
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user