Skip to content

Commit 1e29717

Browse files
committed
fix(test): typo
1 parent 692fa31 commit 1e29717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe("User", function() {
2424
},
2525
error: function(user, error) {
2626
// Show the error message somewhere and let the user try again.
27-
done(err)or;
27+
done(error);
2828
}
2929
});
3030

@@ -274,7 +274,7 @@ describe("User", function() {
274274
expect(user.id).to.be.ok();
275275
done();
276276
}).catch(function(error) {
277-
done(err)or;
277+
done(error);
278278
});
279279
});
280280
});

0 commit comments

Comments
 (0)