There was an error while loading. Please reload this page.
2 parents 08a79d8 + 6010d4e commit eb810a5Copy full SHA for eb810a5
1 file changed
test/sanity-check/api/oauth-test.js
@@ -33,7 +33,7 @@ describe('OAuth Authentication API Test', () => {
33
34
it('should get Current user info test', done => {
35
client.getUser().then((user) => {
36
- expect(user.uid).not.to.be(undefined)
+ expect(user.uid).to.not.be.equal(undefined)
37
done()
38
})
39
.catch(done)
0 commit comments