command: Fix the command package test build

Some merging conflict shenanigans here led to this usage not lining up
with the imported symbol name, meaning that the tests couldn't compile any
more.
This commit is contained in:
Martin Atkins 2018-11-08 14:38:56 -08:00
parent 6806d7cba5
commit ad276142b4
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ func testBackendState(t *testing.T, s *terraform.State, c int) (*terraform.State
Type: "http",
Config: configs.SynthBody("<testBackendState>", map[string]cty.Value{}),
}
b := backendinit.Backend("http")()
b := backendInit.Backend("http")()
configSchema := b.ConfigSchema()
hash := backendConfig.Hash(configSchema)