Skip to content

Commit

Permalink
Fix JS Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm committed Apr 6, 2023
1 parent 5789cfb commit 23cfe43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion token-metadata/js/test/update.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,8 @@ test('Update: Delegate Authority Type Not Supported', async (t) => {
amman.addr.addLabel('Delegate Record', delegateRecord);

const args: DelegateArgs = {
__kind: 'UpdateV1',
__kind: 'SaleV1',
amount: 1,
authorizationData: null,
};

Expand Down

0 comments on commit 23cfe43

Please sign in to comment.