aboutsummaryrefslogtreecommitdiffstats
path: root/core/total-ordering_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/total-ordering_test.go')
-rw-r--r--core/total-ordering_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/total-ordering_test.go b/core/total-ordering_test.go
index 77bf21a..23da4e1 100644
--- a/core/total-ordering_test.go
+++ b/core/total-ordering_test.go
@@ -977,7 +977,7 @@ func (s *TotalOrderingTestSuite) TestRandomlyGeneratedBlocks() {
}
ackingCountGenerators := []func() int{
- nil, // Acking frequency with normal distribution.
+ nil, // Acking frequency with normal distribution.
test.MaxAckingCountGenerator(0), // Low acking frequency.
test.MaxAckingCountGenerator(numChains), // High acking frequency.
}