Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
unit(role): remove profanity flags from submission
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Nov 23, 2022
1 parent 51d32d2 commit 258a567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/role/create.page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe("Page: /role", () => {
"departmentFlags": 1,
"name": "Role Sample",
"postFlags": 1,
"profanityFlags": 1,
"profanityFlags": 0,
"roleFlags": 1,
"semesterFlags": 1,
"tagFlags": 1,
Expand Down Expand Up @@ -91,7 +91,7 @@ describe("Page: /role", () => {
"departmentFlags": 1,
"name": "",
"postFlags": 1,
"profanityFlags": 1,
"profanityFlags": 0,
"roleFlags": 1,
"semesterFlags": 1,
"tagFlags": 1,
Expand Down

0 comments on commit 258a567

Please sign in to comment.