Skip to content

Commit 33e929e

Browse files
committed
chore: remove
1 parent cbdae0c commit 33e929e

File tree

3 files changed

+2
-61
lines changed

3 files changed

+2
-61
lines changed

tests/api/microblock.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ import * as fs from 'fs';
4141
import { createClarityValueArray } from '../../src/stacks-encoding-helpers';
4242
import { PgWriteStore } from '../../src/datastore/pg-write-store';
4343
import { getRawEventRequests } from '../../src/event-replay/event-requests';
44-
import { logger } from '../../src/logger';
45-
import { PgSqlClient, bufferToHex } from '@stacks/api-toolkit';
44+
import { PgSqlClient, bufferToHex, logger } from '@stacks/api-toolkit';
4645
import { migrate } from '../utils/test-helpers';
4746

4847
describe('microblock tests', () => {

tests/api/profiler.test.ts

Lines changed: 0 additions & 58 deletions
This file was deleted.

tests/bns-e2e/bns-integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import {
1414
SignedContractCallOptions,
1515
noneCV,
1616
} from '@stacks/transactions';
17-
import { logger } from '../../src/logger';
1817
import { PgWriteStore } from '../../src/datastore/pg-write-store';
1918
import { standByForTx as standByForTxShared } from '../utils/test-helpers';
2019
import { FAUCET_TESTNET_KEYS } from 'src/api/routes/faucets';
20+
import { logger } from '@stacks/api-toolkit';
2121

2222
function hash160(bfr: Buffer): Buffer {
2323
const hash160 = createHash('ripemd160')

0 commit comments

Comments
 (0)