Skip to content

Commit b92e713

Browse files
committed
update comment for internal ratio
1 parent cc67248 commit b92e713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bootstrap/utils/unittest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func RunWithSporkBootstrapDir(t testing.TB, f func(bootDir, partnerDir, partnerW
1313
dir := unittest.TempDir(t)
1414
defer os.RemoveAll(dir)
1515

16-
// make sure constraints are satisfied, 2/3's of con and col nodes are internal
16+
// make sure constraints are satisfied to create QCs locally: >2/3's of con and col nodes are internal
1717
internalNodes := GenerateNodeInfos(3, 6, 2, 1, 1)
1818
partnerNodes := GenerateNodeInfos(1, 1, 1, 1, 1)
1919

0 commit comments

Comments
 (0)