Skip to content

Commit

Permalink
fix(): test fn name
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosiebler committed May 20, 2024
1 parent 7308aa9 commit eece3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/REST/private.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('REST PRIVATE', () => {

test('with params as request body', async () => {
try {
const res = await rest.getSubToSubTransfer({
const res = await rest.submitSubToSubTransfer({
currency: 'BTC',
sub_account_from: 'notReal1',
sub_account_from_type: 'spot',
Expand Down

0 comments on commit eece3c2

Please sign in to comment.