Skip to content

Commit f49d34a

Browse files
test(sdk-core): preserve allocation currency literal type
Keep the allocation currency inferred as a supported literal so the new TradingNetwork test compiles in package builds. WEB-000 PT-000000
1 parent c0f9da1 commit f49d34a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/sdk-core/test/unit/bitgo/trading/network/network.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('TradingNetwork', function () {
8282
it('prepares a signed allocation with generated identifiers', async function () {
8383
const prepared = await tradingNetwork.prepareAllocation({
8484
connectionId: 'connection-id',
85-
amount: { currency: 'tbtc', quantity: '100' },
85+
amount: { currency: 'tbtc', quantity: '100' } as const,
8686
notes: 'test',
8787
});
8888

0 commit comments

Comments
 (0)