Skip to content

Commit 71db2c7

Browse files
committed
finish case change
1 parent 992b019 commit 71db2c7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/services/Services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
makePostBeefToTaalARC,
2222
makePostTxsToTaalARC
2323
} from './providers/arcServices'
24-
import { WhatsOnChain } from './providers/aWhatsOnChain'
24+
import { WhatsOnChain } from './providers/WhatsOnChain'
2525
import {
2626
updateChaintracksFiatExchangeRates,
2727
updateExchangeratesapi
File renamed without changes.

src/services/providers/__tests/aWhatsOnChain.test.ts renamed to src/services/providers/__tests/WhatsOnChain.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { WhatsOnChainBroadcaster, WhatsOnChainConfig } from '@bsv/sdk'
22
import { _tu } from '../../../../test/utils/TestUtilsWalletStorage'
3-
import { WhatsOnChain } from '../aWhatsOnChain'
3+
import { WhatsOnChain } from '../WhatsOnChain'
44
import { Services } from '../../Services'
55
import { sdk, wait } from '../../../index.client'
66
import { StorageKnex } from '../../../index.all'

0 commit comments

Comments
 (0)