Skip to content

Commit

Permalink
[cli] refs fibercrypto#157 Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantpaez committed Sep 6, 2019
1 parent 7398a05 commit 004af67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skywallet/skywallet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ func (suite *devicerSuit) TestTransactionSign() {
device := getMockDevice(driverMock)

// NOTE(denisacostaq@gmail.com): When
msg, err := device.TransactionSign(nil, nil)
msg, err := device.TransactionSign(nil, nil, true)

// NOTE(denisacostaq@gmail.com): Assert
suite.Nil(err)
Expand Down

0 comments on commit 004af67

Please sign in to comment.