Skip to content

Commit 1845527

Browse files
committed
itest: fix later itests by not changing global variable
1 parent 652ce04 commit 1845527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itest/supply_commit_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func testSupplyCommitIgnoreAsset(t *harnessTest) {
155155

156156
t.Log("Minting asset group with a single normal asset and " +
157157
"universe/supply commitments enabled")
158-
mintReq := issuableAssets[0]
158+
mintReq := CopyRequest(issuableAssets[0])
159159
mintReq.Asset.EnableSupplyCommitments = true
160160
rpcAssets := MintAssetsConfirmBatch(
161161
t.t, t.lndHarness.Miner().Client, t.tapd,

0 commit comments

Comments
 (0)