Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Aug 19, 2024
1 parent aef33e2 commit 52ce305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/networkFeesService.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('Network Fees Service', function () {
});

it('should return btc fees when valid', async function () {
await networkFeesService.obtainLitecoinFees().then((r) => {
await networkFeesService.obtainBitcoinFees().then((r) => {
assert.equal(r.coin, 'btc');
expect(r).to.have.property('economy');
expect(r).to.have.property('normal');
Expand Down

0 comments on commit 52ce305

Please sign in to comment.