We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f006bad commit f46f14eCopy full SHA for f46f14e
packages/sdk/test/ci/plt/Cbor.test.ts
@@ -158,11 +158,7 @@ describe('Cbor', () => {
158
159
describe('TOkenPauseEventDetails', () => {
160
test('should encode and decode TokenEventDetails correctly', () => {
161
- const accountAddress = AccountAddress.fromBase58('3XSLuJcXg6xEua6iBPnWacc3iWh93yEDMCqX8FbE3RDSbEnT9P');
162
- const tokenHolder = TokenHolder.fromAccountAddress(accountAddress);
163
-
164
const details: TokenPauseEventDetails = {};
165
166
const encoded = Cbor.encode(details);
167
const decoded = Cbor.decode(encoded, 'TokenPauseEventDetails');
168
expect(decoded).toEqual(details);
0 commit comments