Minor typo (boostrap)

pull/3540/head
Victor Boivie 7 years ago committed by Frank Schröder
parent edf7a162f6
commit 8e361beb7a

@ -1315,7 +1315,7 @@ func TestConfigFlagsAndEdgecases(t *testing.T) {
err: "'bootstrap_expect > 0' not allowed in dev mode",
},
{
desc: "bootstrap-expect and boostrap",
desc: "bootstrap-expect and bootstrap",
flags: []string{
`-datacenter=a`,
`-data-dir=` + dataDir,
@ -1325,7 +1325,7 @@ func TestConfigFlagsAndEdgecases(t *testing.T) {
err: "'bootstrap_expect > 0' and 'bootstrap = true' are mutually exclusive",
},
{
desc: "bootstrap-expect=1 equals boostrap",
desc: "bootstrap-expect=1 equals bootstrap",
flags: []string{
`-data-dir=` + dataDir,
},

Loading…
Cancel
Save