test output was incorrectly changed

Roll back this part of the change. The incorrect output never passed the
test.
This commit is contained in:
James Bardin 2020-09-22 10:05:52 -04:00
parent ab06f0c9f8
commit 522df46d91
1 changed files with 1 additions and 3 deletions

View File

@ -907,9 +907,7 @@ func TestContext2Refresh_dataCount(t *testing.T) {
t.Fatalf("refresh errors: %s", diags.Err())
}
checkStateString(t, s, `data.test.foo.0:
ID =
provider = provider["registry.terraform.io/hashicorp/test"]`)
checkStateString(t, s, `<no state>`)
}
func TestContext2Refresh_dataState(t *testing.T) {