Skip to content

Commit

Permalink
Merge pull request #260 from hummingbot/fix-move-xrpl-tests
Browse files Browse the repository at this point in the history
(fix) move xrpl tests to test-bronze
  • Loading branch information
fengtality authored Dec 26, 2023
2 parents a35a79e + 3f04807 commit 6740efa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Wallet } from 'xrpl';
import { XRPL } from '../../../src/chains/xrpl/xrpl';
import { XRPLCLOB } from '../../../src/connectors/xrpl/xrpl';
import { getsSequenceNumberFromTxn } from '../../../src/connectors/xrpl/xrpl.utils';
import { patch, unpatch } from '../../services/patch';
import { patch, unpatch } from '../../../test/services/patch';
import { Order } from '../../../src/connectors/xrpl/xrpl.types';

let xrpl: XRPL;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { XRPL } from '../../../src/chains/xrpl/xrpl';
import { XRPLCLOB } from '../../../src/connectors/xrpl/xrpl';
import {} from '../../../src/chains/xrpl/xrpl.order-tracker';
import { Order } from '../../../src/connectors/xrpl/xrpl.types';
import { patch, unpatch } from '../../services/patch';
import { patch, unpatch } from '../../../test/services/patch';

let xrpl: XRPL;
let xrplCLOB: XRPLCLOB;
Expand Down

0 comments on commit 6740efa

Please sign in to comment.