fix skipped test in negativeInterest.test.ts
#1763
Labels
area/packages
kind/feature
New feature request
needs/triage
Waiting for triage to be accepted
priority/important-soon
Will be important soon
What would you like to be added:
Due to changes in ain
v2.11.x
release, tests were skipped innegativeInterest.test.ts
to keep the PR change brief. We need to fix them.https://github.com/JellyfishSDK/jellyfish/blob/744e3d8b7251cd928519ac3614610e68a2c908a8/packages/jellyfish-api-core/__tests__/category/loan/negativeInterest.test.ts#L24
https://github.com/JellyfishSDK/jellyfish/blob/744e3d8b7251cd928519ac3614610e68a2c908a8/packages/jellyfish-api-core/__tests__/category/loan/negativeInterest.test.ts#L269
Also when we fix them, we should test the entire vault
expect(vault).toStrictEqual({})
instead ofexpect(vault.field).toStrictEqual('')
where we test each field individually./area packages
/priority important-soon
/assign @DieHard073055
The text was updated successfully, but these errors were encountered: