Fixes issue affecting linking users to a 3rd party auth (#4047)
* Fixes issue affecting linking users to a 3rd party auth * Fixes problematic test * Better fix * nits
This commit is contained in:
@@ -1185,10 +1185,7 @@ describe('Parse.User testing', () => {
|
||||
expect(fileAgain.url()).toMatch(/yolo.txt$/);
|
||||
}).then(() => {
|
||||
done();
|
||||
}, error => {
|
||||
jfail(error);
|
||||
done();
|
||||
});
|
||||
}).catch(done.fail);
|
||||
});
|
||||
|
||||
it("log in with provider twice", (done) => {
|
||||
|
||||
Reference in New Issue
Block a user