@@ -379,20 +379,20 @@ func TestReadConfigLoadGen(t *testing.T) {
379379 Block : workload.BlockProfile {Size : 500 },
380380 Transaction : workload.TransactionProfile {
381381 ReadWriteCount : workload .NewConstantDistribution (2 ),
382- Policy : & workload.PolicyProfile {
383- ChannelID : "mychannel" ,
384- NamespacePolicies : map [string ]* workload.Policy {
385- workload .DefaultGeneratedNamespaceID : {
386- Scheme : signature .Ecdsa , Seed : 10 ,
387- },
388- committerpb .MetaNamespaceID : {
389- Scheme : signature .Ecdsa , Seed : 11 ,
390- },
382+ },
383+ Policy : workload.PolicyProfile {
384+ ChannelID : "mychannel" ,
385+ NamespacePolicies : map [string ]* workload.Policy {
386+ workload .DefaultGeneratedNamespaceID : {
387+ Scheme : signature .Ecdsa , Seed : 10 ,
391388 },
392- OrdererEndpoints : [] * commontypes. OrdererEndpoint {
393- newOrdererEndpoint ( "org" , "orderer" ) ,
389+ committerpb . MetaNamespaceID : {
390+ Scheme : signature . Ecdsa , Seed : 11 ,
394391 },
395392 },
393+ OrdererEndpoints : []* commontypes.OrdererEndpoint {
394+ newOrdererEndpoint ("org" , "orderer" ),
395+ },
396396 },
397397 Conflicts : workload.ConflictProfile {
398398 InvalidSignatures : 0.1 ,
0 commit comments