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

Commit

Permalink
unit(front-end): add missing department
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Nov 23, 2022
1 parent ee553c6 commit 127eab6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions common_front-end/helpers/filter_link_infos.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ describe("Helper: Filter Link Infos", () => {
"department": {
"data": {
"acronym": "A",
"deletedAt": null,
"fullName": "A",
"id": "1",
"mayAdmit": true,
Expand Down Expand Up @@ -159,6 +160,7 @@ describe("Helper: Filter Link Infos", () => {
"department": {
"data": {
"acronym": "A",
"deletedAt": null,
"fullName": "A",
"id": "1",
"mayAdmit": true,
Expand Down Expand Up @@ -229,6 +231,7 @@ describe("Helper: Filter Link Infos", () => {
"department": {
"data": {
"acronym": "A",
"deletedAt": null,
"fullName": "A",
"id": "1",
"mayAdmit": true,
Expand Down Expand Up @@ -333,6 +336,7 @@ describe("Helper: Filter Link Infos", () => {
"department": {
"data": {
"acronym": "A",
"deletedAt": null,
"fullName": "A",
"id": "1",
"mayAdmit": true,
Expand Down Expand Up @@ -409,6 +413,7 @@ describe("Helper: Filter Link Infos", () => {
"department": {
"data": {
"acronym": "A",
"deletedAt": null,
"fullName": "A",
"id": "1",
"mayAdmit": true,
Expand Down Expand Up @@ -479,6 +484,7 @@ describe("Helper: Filter Link Infos", () => {
"department": {
"data": {
"acronym": "A",
"deletedAt": null,
"fullName": "A",
"id": "1",
"mayAdmit": true,
Expand Down Expand Up @@ -601,6 +607,7 @@ describe("Helper: Filter Link Infos", () => {
"department": {
"data": {
"acronym": "A",
"deletedAt": null,
"fullName": "A",
"id": "1",
"mayAdmit": true,
Expand Down Expand Up @@ -678,6 +685,7 @@ describe("Helper: Filter Link Infos", () => {
"department": {
"data": {
"acronym": "A",
"deletedAt": null,
"fullName": "A",
"id": "1",
"mayAdmit": true,
Expand Down Expand Up @@ -778,6 +786,7 @@ describe("Helper: Filter Link Infos", () => {
"department": {
"data": {
"acronym": "A",
"deletedAt": null,
"fullName": "A",
"id": "1",
"mayAdmit": true,
Expand Down

0 comments on commit 127eab6

Please sign in to comment.