We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e56277e + 8230047 commit debf41eCopy full SHA for debf41e
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