Skip to content

Commit

Permalink
Update src/test/cypress/support/users.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Schwind <[email protected]>
  • Loading branch information
TheZoker and pal03377 authored Jul 25, 2023
1 parent 2673202 commit 03b3f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/cypress/support/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export enum UserRole {
Instructor = 'ROLE_INSTRUCTOR',
Tutor = 'ROLE_TA',
Student = 'ROLE_USER',
}
};

Check failure on line 7 in src/test/cypress/support/users.ts

View workflow job for this annotation

GitHub Actions / client-style

Delete `;`

Check failure on line 7 in src/test/cypress/support/users.ts

View workflow job for this annotation

GitHub Actions / client-style

Unnecessary semicolon

export const USER_ID = {
studentOne: 100,
Expand Down

0 comments on commit 03b3f33

Please sign in to comment.