Skip to content

Commit

Permalink
update user test
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Jul 23, 2021
1 parent ea11d4b commit a434bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ParseUser.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ describe('Parse.User testing', () => {

user.set('username', 'test');
await user.save();
equal(Object.keys(user.attributes).length, 6);
equal(Object.keys(user.attributes).length, 5);
ok(user.attributes['username']);
ok(user.attributes['email']);
await user.destroy();
Expand Down

0 comments on commit a434bd1

Please sign in to comment.