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

Commit

Permalink
unit(fetcher): add missing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Magtoto committed Nov 23, 2022
1 parent f612a0c commit 89323ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common_front-end/fetchers/department.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ describe("Fetcher: Department", () => {
const fetcher = new DepartmentFetcher()
const response = await fetcher.create({
"acronym": "A",
"deletedAt": null,
"fullName": "A",
"mayAdmit": true
})
Expand Down Expand Up @@ -102,6 +103,7 @@ describe("Fetcher: Department", () => {
const fetcher = new DepartmentFetcher()
const response = await fetcher.update("1", {
"acronym": "A",
"deletedAt": null,
"fullName": "A",
"mayAdmit": true
})
Expand Down

0 comments on commit 89323ce

Please sign in to comment.