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

Commit

Permalink
unit(fetcher): fix unit test for department fetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Argsfried committed Nov 23, 2022
1 parent 2dea72f commit 28328f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common_front-end/fetchers/department.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ describe("Fetcher: Department", () => {
"data": {
"attributes": {
"acronym": "A",
"deletedAt": null,
"fullName": "A",
"mayAdmit": true
},
Expand All @@ -59,6 +60,7 @@ describe("Fetcher: Department", () => {
{
"attributes": {
"acronym": "A",
"deletedAt": null,
"fullName": "A",
"mayAdmit": true
},
Expand Down Expand Up @@ -118,6 +120,7 @@ describe("Fetcher: Department", () => {
"data": {
"attributes": {
"acronym": "A",
"deletedAt": null,
"fullName": "A",
"mayAdmit": true
},
Expand Down

0 comments on commit 28328f4

Please sign in to comment.