Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benj-fletch committed Feb 19, 2020
1 parent e899d35 commit 2032367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/data_source_github_release_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func TestAccGithubReleaseDataSource_invalidRetrieveMethodReturnsError(t *testing
Steps: []resource.TestStep{
{
Config: testAccCheckGithubReleaseDataSourceConfig("", "", retrieveBy, "", 0),
ExpectError: regexp.MustCompile("expected retrieve_by to be one of \\[latest id tag]"),
ExpectError: regexp.MustCompile(`expected retrieve_by to be one of \[latest id tag]`),
},
},
})
Expand Down

0 comments on commit 2032367

Please sign in to comment.