Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Oct 30, 2021
1 parent 3c3f42d commit 30451e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/ParseUser.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3960,7 +3960,6 @@ describe('Parse.User testing', () => {
subscription.on(key, calls[key]);
}
const user = await Parse.User._logInWith('facebook');

user.set('foo', 'bar');
await user.save();
user.unset('foo');
Expand Down

0 comments on commit 30451e2

Please sign in to comment.