fix: lint

This commit is contained in:
Kyle Fang
2020-08-14 15:10:12 +08:00
parent c8cc169fb9
commit 8d20f3dcd1

View File

@@ -197,7 +197,7 @@ describe('auth()', () => {
next(user) {
// Test this access
this.onNext();
this.user = user
this.user = user;
},
};