core: Rename typoed fixture for TestContext2Plan "CBD" test

The intent here was for this to be "cbd" for "create_before_destroy", but
it was typoed.
This commit is contained in:
Martin Atkins 2018-05-24 16:07:15 -07:00
parent dd6b171f62
commit 588f4930f2
2 changed files with 1 additions and 1 deletions

View File

@ -3714,7 +3714,7 @@ func TestContext2Plan_moduleVariableFromSplat(t *testing.T) {
}
func TestContext2Plan_createBeforeDestroy_depends_datasource(t *testing.T) {
m := testModule(t, "plan-cdb-depends-datasource")
m := testModule(t, "plan-cbd-depends-datasource")
p := testProvider("aws")
p.DiffFn = testDiffFn
p.GetSchemaReturn = &ProviderSchema{