Skip to content

Commit 1f49e2a

Browse files
committed
chore: remove note
1 parent 2d6393c commit 1f49e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amino/src/secp256k1hdwallet.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ describe("Secp256k1HdWallet", () => {
330330
});
331331

332332
it('returns false for non-object input', () => {
333-
expect(isDerivationJson(42)).toBe(false); // Replace with your desired non-object value
333+
expect(isDerivationJson(42)).toBe(false);
334334
});
335335

336336
it('returns false for missing hdPath property', () => {

0 commit comments

Comments
 (0)