Skip to content

Commit 6faab4c

Browse files
committed
refactor: fixed merge conflict error
TICKET: WP-5414
1 parent b1bbd4d commit 6faab4c

File tree

1 file changed

+1
-0
lines changed
  • modules/express/test/unit/typedRoutes

1 file changed

+1
-0
lines changed

modules/express/test/unit/typedRoutes/decode.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ describe('io-ts decode tests', function () {
155155
assertDecode(t.type(KeychainLocalRequestParams), {
156156
coin: 'tbtc',
157157
});
158+
});
158159
it('express.lightning.initWallet params', function () {
159160
// missing walletId
160161
assert.throws(() => assertDecode(t.type(LightningInitWalletParams), { coin: 'ltc' }));

0 commit comments

Comments
 (0)