Skip to content

Commit 2d73f23

Browse files
author
Antoine Cormouls
committed
Lint Fix
1 parent 651d6fa commit 2d73f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Auth.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ describe('Auth', () => {
152152

153153
describe('getRolesForUser', () => {
154154

155-
let rolesNumber = 300;
155+
const rolesNumber = 300;
156156

157157
it('should load all roles without config', async () => {
158158
const user = new Parse.User();

0 commit comments

Comments
 (0)