Skip to content

Commit d8131cf

Browse files
committed
fix: typo and rename test description
1 parent ade5c25 commit d8131cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/spec/positions/math/userPositions.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ describe('Given a user with a User Position on a Spoke', () => {
112112
}
113113
}, 180_000);
114114

115-
describe('When fetching the user positions for the user', () => {
115+
describe('When fetching the User Position data', () => {
116116
let position: UserPosition;
117117
let accountDataOnChain: UserAccountData;
118118

@@ -224,7 +224,7 @@ describe('Given a user with a User Position on a Spoke', () => {
224224
);
225225
});
226226

227-
it('Then it should return the correct health factor', async () => {
227+
it('Then it should return the correct healthFactor', async () => {
228228
expect(position.healthFactor.current).toBeBigDecimalCloseTo(
229229
accountDataOnChain.healthFactor,
230230
2,

0 commit comments

Comments
 (0)