fix tests that happened during the cleanup

This commit is contained in:
James Bardin 2020-10-08 14:58:43 -04:00
parent 57a47d0b82
commit f5361286cc
1 changed files with 2 additions and 2 deletions

View File

@ -11928,8 +11928,8 @@ resource "test_resource" "foo" {
})
p := testProvider("test")
p.ApplyFn = testApplyFn
p.DiffFn = testDiffFn
p.ApplyResourceChangeFn = testApplyFn
p.PlanResourceChangeFn = testDiffFn
ctx := testContext2(t, &ContextOpts{
Config: m,