Skip to content

Commit

Permalink
Merge pull request #3 from hummingbot/fix/fix-tests
Browse files Browse the repository at this point in the history
Fix/fix tests
  • Loading branch information
fengtality authored Feb 7, 2023
2 parents 201a2ef + fd95351 commit 23d4b42
Show file tree
Hide file tree
Showing 72 changed files with 2 additions and 260 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import fs = require('fs');
import path = require('path');
import https = require('https');
import axios from 'axios';
import { ConfigManagerV2 } from '../src/services/config-manager-v2';

import { ConfigManagerV2 } from '../../src/services/config-manager-v2';
type method = 'GET' | 'POST';

const confV2 = new ConfigManagerV2(path.join(__dirname, '../conf/root.yml'));
Expand Down
File renamed without changes.
105 changes: 0 additions & 105 deletions test/postman/collections/EthereumV2.postman_collection.json

This file was deleted.

This file was deleted.

72 changes: 0 additions & 72 deletions test/postman/collections/Uniswap-GatewayV2.postman_collection.json

This file was deleted.

24 changes: 0 additions & 24 deletions test/postman/enviroments/GatewayV2.postman_environment.json

This file was deleted.

0 comments on commit 23d4b42

Please sign in to comment.