File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,12 @@ describe('addTxSignatures', () => {
7474 expect ( hasPubkeySpy ) . toHaveBeenNthCalledWith ( 3 , unknownPublicKey ) ;
7575
7676 expect ( addSignatureSpy ) . toHaveBeenCalledTimes ( 2 ) ;
77- expect ( addSignatureSpy ) . toHaveBeenNthCalledWith (
78- 1 ,
77+ expect ( addSignatureSpy ) . toHaveBeenCalledWith (
7978 hexToBuffer (
8079 '0x7b3da43d8e4103d1078061872075cbcbb5de0108f3d897752c894757cf0e9c4113949ca2a5568483763e1fa0e74b4f4dd9b2a6e40909d0729f87c7dddfc1e70601' ,
8180 ) ,
8281 ) ;
83- expect ( addSignatureSpy ) . toHaveBeenNthCalledWith (
84- 2 ,
82+ expect ( addSignatureSpy ) . toHaveBeenCalledWith (
8583 hexToBuffer (
8684 '0x04e2072e34fd5d7cc729afb8bfe7c5865754c3c448b9b3247b16cabbf06378393edf405274048bef74c02862ae032c0b86dda7c28bebf63f4d1de4f517bd710500' ,
8785 ) ,
You can’t perform that action at this time.
0 commit comments