Skip to content

Commit acd4fb7

Browse files
committed
Merge branch 'test-change'
2 parents 6a84cd1 + 7353cdd commit acd4fb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/devices/bitbox02/keystore_simulator_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,8 @@ func TestSimulatorSignBTCTransactionMixedInputs(t *testing.T) {
511511
// Before simulator v9.20, address confirmation data was not written to stdout.
512512
if device.Version().AtLeast(semver.NewSemVer(9, 20, 0)) {
513513
require.Contains(t, stdOut.String(), "ADDRESS: 18p3G8gQ3oKy4U9EqnWs7UZswdqAMhE3r8")
514+
// Change address is not confirmed, it is verified automatically.
515+
require.NotContains(t, stdOut.String(), proposedTransaction.TXProposal.ChangeAddress.String())
514516
}
515517
})
516518
}

0 commit comments

Comments
 (0)