Skip to content

Commit 7f27c0f

Browse files
committed
additional tx tests
1 parent f1b38fa commit 7f27c0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

transaction/transaction_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ func TestUncomputedFee(t *testing.T) {
122122

123123
err := tx.Sign()
124124
require.Error(t, err)
125+
126+
err = tx.SignUnsigned()
127+
require.Error(t, err)
125128
}
126129

127130
func TestSignUnsigned(t *testing.T) {

0 commit comments

Comments
 (0)