Fix prettier
This commit is contained in:
parent
b6577f8e6f
commit
a604da1b6c
|
@ -185,7 +185,12 @@ describe('isCancelTransaction', () => {
|
|||
})
|
||||
it('It should return false if the refundReceiver is not empty', () => {
|
||||
// given
|
||||
const transaction = getMockedTxServiceModel({ to: safeAddress, value: '0', data: null, refundReceiver: mockedETHAccount })
|
||||
const transaction = getMockedTxServiceModel({
|
||||
to: safeAddress,
|
||||
value: '0',
|
||||
data: null,
|
||||
refundReceiver: mockedETHAccount,
|
||||
})
|
||||
|
||||
// when
|
||||
const result = isCancelTransaction(transaction, safeAddress)
|
||||
|
|
Loading…
Reference in New Issue