Skip to content

Commit b446888

Browse files
committed
fix: broken swift tests
1 parent 6fa2f52 commit b446888

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

tests/placeAndMakeSwiftPerp.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ describe('place and make swift order', () => {
199199
},
200200
});
201201
await takerDriftClientUser.subscribe();
202-
await takerDriftClient.initializeSwiftUserOrders(
203-
takerDriftClientUser.getUserAccount().authority,
204-
32
205-
);
206202

207203
const marketIndex = 0;
208204
const baseAssetAmount = BASE_PRECISION;
@@ -324,10 +320,6 @@ describe('place and make swift order', () => {
324320
},
325321
});
326322
await takerDriftClientUser.subscribe();
327-
await takerDriftClient.initializeSwiftUserOrders(
328-
takerDriftClientUser.getUserAccount().authority,
329-
32
330-
);
331323

332324
const marketIndex = 0;
333325
const baseAssetAmount = BASE_PRECISION;

tests/placeAndMakeSwiftPerpBankrun.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,10 +1119,6 @@ async function initializeNewTakerClientAndUser(
11191119
},
11201120
});
11211121
await takerDriftClientUser.subscribe();
1122-
await takerDriftClient.initializeSwiftUserOrders(
1123-
takerDriftClientUser.getUserAccount().authority,
1124-
32
1125-
);
11261122
return [takerDriftClient, takerDriftClientUser];
11271123
}
11281124

0 commit comments

Comments
 (0)