Skip to content

Commit 17be243

Browse files
committed
fix after review
1 parent 0d30b53 commit 17be243

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

common/common_test.go

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -227,18 +227,7 @@ func TestIsConsensusBitmapValid(t *testing.T) {
227227

228228
log := &testscommon.LoggerStub{}
229229

230-
pubKeys := []string{
231-
"a",
232-
"b",
233-
"c",
234-
"d",
235-
"e",
236-
"f",
237-
"g",
238-
"h",
239-
"i",
240-
"j",
241-
}
230+
pubKeys := []string{"a", "b", "c", "d", "e", "f", "g", "h", "i", "j"}
242231

243232
t.Run("wrong size bitmap", func(t *testing.T) {
244233
t.Parallel()

0 commit comments

Comments
 (0)