Skip to content

Commit

Permalink
Merge pull request #129 from spekulatius/trailing-spaces
Browse files Browse the repository at this point in the history
remove trailing spaces
  • Loading branch information
gfosco committed Feb 1, 2016
2 parents 9eb4e4c + 956fd08 commit 18b5a30
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 @@ -1574,7 +1574,7 @@ describe('Parse.User testing', () => {
var sessionToken = null;

Parse.Promise.as().then(function() {
return Parse.User.signUp("fosco", "parse");
return Parse.User.signUp("fosco", "parse");
}).then(function(newUser) {
equal(Parse.User.current(), newUser);
sessionToken = newUser.getSessionToken();
Expand Down

0 comments on commit 18b5a30

Please sign in to comment.