spelling: illegal
This commit is contained in:
parent
210f8e8312
commit
57c0e9e4a7
|
@ -10,7 +10,7 @@ func TestExportConfigPrepare_BootWait(t *testing.T) {
|
|||
|
||||
// Bad
|
||||
c = new(ExportConfig)
|
||||
c.Format = "illega"
|
||||
c.Format = "illegal"
|
||||
errs = c.Prepare(testConfigTemplate(t))
|
||||
if len(errs) == 0 {
|
||||
t.Fatalf("bad: %#v", errs)
|
||||
|
|
Loading…
Reference in New Issue