Skip to content

Commit

Permalink
build: use docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Aug 5, 2024
1 parent 6a64f06 commit b36b165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
import { StacksTestnet } from '@stacks/network';
import * as fs from 'fs';
import { StacksCoreRpcClient, getCoreNodeEndpoint } from '../core-rpc/client';
import * as compose from 'docker-compose';
import { v2 as compose } from 'docker-compose';
import * as path from 'path';
import { PgWriteStore } from '../datastore/pg-write-store';
import { NonceJar, migrate, standByForTxSuccess } from '../test-utils/test-helpers';
Expand Down
2 changes: 1 addition & 1 deletion src/tests-rosetta-cli-data/validate-rosetta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { StacksTestnet } from '@stacks/network';
import * as fs from 'fs';
import { StacksCoreRpcClient, getCoreNodeEndpoint } from '../core-rpc/client';
import { unwrapOptional } from '../helpers';
import * as compose from 'docker-compose';
import { v2 as compose } from 'docker-compose';
import * as path from 'path';
import { PgWriteStore } from '../datastore/pg-write-store';
import { EventStreamServer, startEventServer } from '../event-stream/event-server';
Expand Down

0 comments on commit b36b165

Please sign in to comment.