Skip to content

Commit 8a10bcc

Browse files
committed
fix: broken swift tests
1 parent de73d95 commit 8a10bcc

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

tests/placeAndMakeSignedMsg.ts

-8
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ describe('place and make signedMsg order', () => {
199199
},
200200
});
201201
await takerDriftClientUser.subscribe();
202-
await takerDriftClient.initializeSignedMsgUserOrders(
203-
takerDriftClientUser.getUserAccount().authority,
204-
32
205-
);
206202

207203
const marketIndex = 0;
208204
const baseAssetAmount = BASE_PRECISION;
@@ -325,10 +321,6 @@ describe('place and make signedMsg order', () => {
325321
},
326322
});
327323
await takerDriftClientUser.subscribe();
328-
await takerDriftClient.initializeSignedMsgUserOrders(
329-
takerDriftClientUser.getUserAccount().authority,
330-
32
331-
);
332324

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

tests/placeAndMakeSignedMsgBankrun.ts

-4
Original file line numberDiff line numberDiff line change
@@ -1489,10 +1489,6 @@ async function initializeNewTakerClientAndUser(
14891489
},
14901490
});
14911491
await takerDriftClientUser.subscribe();
1492-
await takerDriftClient.initializeSignedMsgUserOrders(
1493-
takerDriftClientUser.getUserAccount().authority,
1494-
32
1495-
);
14961492
return [takerDriftClient, takerDriftClientUser];
14971493
}
14981494

0 commit comments

Comments
 (0)