Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyyang committed Jun 23, 2020
1 parent 4c4e9ec commit b1c7645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keyper/__tests__/sign.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { aliceAddresses } from '@src/test/fixture/address';
import { txHash } from './fixture';

describe('Sign tx with secp256k1 lock', () => {
it('sign with config, index 3, length 2', () => {
it('sign a tx hash', () => {
const targetSignMsg =
'0xd1e172abccec16973df781ec6a4a19b0aa9930be7e8ef9b6b7b43d0bda95b9ac4a271ed96e28164c0d15136be5b0d47a1c087aac76b7ce5b8f36caa095f6794a00';

Expand Down

0 comments on commit b1c7645

Please sign in to comment.