From 1405cbe195fd9a292323e52200ec6dc92b478145 Mon Sep 17 00:00:00 2001 From: ttbarnes Date: Thu, 19 Sep 2024 15:16:43 +0100 Subject: [PATCH] style(EMS-3823): fix/update unit test --- src/api/package.json | 2 +- src/api/test-helpers/create-full-application.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/api/package.json b/src/api/package.json index 929c6dbf21..cc110efc93 100644 --- a/src/api/package.json +++ b/src/api/package.json @@ -20,7 +20,7 @@ "lint": "eslint ./", "lint:fix": "eslint ./ --fix", "start": "keystone start --no-ui", - "test": "jest --runInBand --verbose --silent --coverage --config=jest.config.js" + "test": "jest --runInBand --verbose --silent --coverage --config=jest.config.js" }, "dependencies": { "@babel/core": "^7.25.2", diff --git a/src/api/test-helpers/create-full-application.ts b/src/api/test-helpers/create-full-application.ts index 7dc3494568..59ed01a6f7 100644 --- a/src/api/test-helpers/create-full-application.ts +++ b/src/api/test-helpers/create-full-application.ts @@ -61,6 +61,7 @@ export const createFullApplication = async (context: Context, policyType?: strin */ const policyData = { policyType: POLICY_TYPE.SINGLE, + requestedCreditLimit: 100, totalSalesToBuyer: 123, totalValueOfContract: 456, maximumBuyerWillOwe: 789,