We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8886994 commit be8a81bCopy full SHA for be8a81b
spec/Auth.spec.js
@@ -43,7 +43,7 @@ describe('Auth', () => {
43
});
44
45
it('should only query the roles once', done => {
46
- const loadRolesSpy = spyOn(auth, '_loadRoles').and.callThrough();
+ const loadRolesSpy = spyOn(auth, '_loadUserRolesForAccess').and.callThrough();
47
auth
48
.getUserRoles()
49
.then(roles => {
0 commit comments