Skip to content

Commit

Permalink
loadtest: populate proof type fields in universe ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ffranr committed Oct 11, 2023
1 parent c41f1cd commit dec1676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions itest/loadtest/mint_batch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func mintTest(t *testing.T, ctx context.Context, cfg *Config) {
Id: &unirpc.ID_GroupKey{
GroupKey: collectGroupKey[1:],
},
ProofType: unirpc.ProofType_PROOF_TYPE_ISSUANCE,
}
uniLeaves, err := alice.AssetLeaves(ctx, &collectUniID)
require.NoError(t, err)
Expand Down
1 change: 1 addition & 0 deletions itest/mint_batch_stress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ func mintBatchStressTest(
Id: &unirpc.ID_GroupKey{
GroupKey: collectGroupKey[1:],
},
ProofType: unirpc.ProofType_PROOF_TYPE_ISSUANCE,
}
uniLeaves, err := alice.AssetLeaves(ctx, &collectUniID)
require.NoError(t, err)
Expand Down

0 comments on commit dec1676

Please sign in to comment.