Skip to content

Commit d64c1a2

Browse files
committed
fix: test cleanup
1 parent c20d5cc commit d64c1a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/applicationForms.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ describe("ApplicationForms", () => {
260260
businessVertical: "TechnologyMediaOrTelecom",
261261
website: "https://www.piedpiper.com"
262262
},
263-
requestedProducts: ["Banking", "Capital"]
263+
requestedProducts: ["Capital"]
264264
},
265265
relationships: {}
266266
}

tests/applications.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ describe("Create Application", () => {
197197
"numberOfEmployees": "Between5And10",
198198
"businessVertical": "TechnologyMediaOrTelecom",
199199
"website": "https://www.piedpiper.com",
200-
"requestedProducts": ["Banking", "Capital"]
200+
"requestedProducts": ["Capital"]
201201
}
202202
}
203203

0 commit comments

Comments
 (0)