update state test strings in command package

This commit is contained in:
James Bardin 2017-11-07 21:18:01 -05:00
parent d613959cda
commit 3c807e5427
2 changed files with 4 additions and 2 deletions

View File

@ -663,11 +663,11 @@ func TestImport_pluginDir(t *testing.T) {
const testImportStr = `
test_instance.foo:
ID = yay
provider = test
provider = provider.test
`
const testImportCustomProviderStr = `
test_instance.foo:
ID = yay
provider = test.alias
provider = provider.test.alias
`

View File

@ -802,8 +802,10 @@ foo = "bar"
const testRefreshStr = `
test_instance.foo:
ID = yes
provider = provider.test
`
const testRefreshCwdStr = `
test_instance.foo:
ID = yes
provider = provider.test
`