Skip to content

Commit 52114b4

Browse files
committed
Fix lint issues
Signed-off-by: AkramBitar <akram@il.ibm.com>
1 parent 5b26b10 commit 52114b4

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

integration/token/fungible/dlogx/dlog_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ func newTestSuite(commType fsc.P2PCommunicationType, mask int, factor int, token
9696
i.RegisterPlatformFactory(fabricx.NewPlatformFactory())
9797
i.RegisterPlatformFactory(token.NewPlatformFactory(i))
9898
i.Generate()
99+
99100
return i, nil
100101
})
101102

integration/token/test_utils.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ func NewTestSuite(startPort func() int, topologies []api.Topology) *TestSuite {
120120
return nil, err
121121
}
122122
i.EnableRaceDetector()
123+
123124
return i, nil
124125
},
125126
}
@@ -136,6 +137,7 @@ func NewLocalTestSuite(startPort func() int, topologies []api.Topology) *TestSui
136137
}
137138
i.EnableRaceDetector()
138139
i.DeleteOnStop = false
140+
139141
return i, nil
140142
},
141143
}

0 commit comments

Comments
 (0)