Skip to content

Commit 1046bbc

Browse files
committed
fix: broken swift tests
1 parent 10e2a97 commit 1046bbc

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
@@ -1594,10 +1594,6 @@ async function initializeNewTakerClientAndUser(
15941594
},
15951595
});
15961596
await takerDriftClientUser.subscribe();
1597-
await takerDriftClient.initializeSignedMsgUserOrders(
1598-
takerDriftClientUser.getUserAccount().authority,
1599-
32
1600-
);
16011597
return [takerDriftClient, takerDriftClientUser];
16021598
}
16031599

0 commit comments

Comments
 (0)