refactoring in new classes around consistency. Add spotv3 REST client
This commit is contained in:
@@ -48,8 +48,8 @@ describe('Private Account Asset REST API Endpoints', () => {
|
||||
);
|
||||
});
|
||||
|
||||
it('getBalance()', async () => {
|
||||
expect(await api.getBalance()).toMatchObject(successUSDCResponseObject());
|
||||
it('getBalances()', async () => {
|
||||
expect(await api.getBalances()).toMatchObject(successUSDCResponseObject());
|
||||
});
|
||||
|
||||
it('getAssetInfo()', async () => {
|
||||
|
||||
Reference in New Issue
Block a user