Skip to content

Commit 8b04ad8

Browse files
authored
Merge pull request #1771 from lightninglabs/wip/improve-TestBatchedAssetIssuance
tapgarden: reduce flakiness in TestBatchedAssetIssuance
2 parents 92aec10 + 78a6101 commit 8b04ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tapgarden/planter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2040,10 +2040,10 @@ func TestBatchedAssetIssuance(t *testing.T) {
20402040
t.Helper()
20412041

20422042
for _, testCase := range testCases {
2043-
mintingStore := newMintingStore(t)
20442043
testCase := testCase
20452044

20462045
t.Run(testCase.name, func(t *testing.T) {
2046+
mintingStore := newMintingStore(t)
20472047
mintTest := newMintingTestHarness(t, mintingStore)
20482048
testCase.testFunc(mintTest)
20492049
})

0 commit comments

Comments
 (0)