diff options
| author | xuzhang3 <Zhangxu894765> | 2022-12-23 17:30:58 +0800 |
|---|---|---|
| committer | xuzhang3 <Zhangxu894765> | 2022-12-23 17:30:58 +0800 |
| commit | 78dca656ea06fbad7110e47cd3b0fa2a74cee663 (patch) | |
| tree | 931d0d51b617fa93c9fcfcf9276d4e60afdcec73 /azuredevops | |
| parent | 0f5844e032a4d639104e4f87421051063a4a31fd (diff) | |
format
Diffstat (limited to 'azuredevops')
| -rw-r--r-- | azuredevops/internal/acceptancetests/resource_project_test.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/azuredevops/internal/acceptancetests/resource_project_test.go b/azuredevops/internal/acceptancetests/resource_project_test.go index e42a5a8a..b48eaabe 100644 --- a/azuredevops/internal/acceptancetests/resource_project_test.go +++ b/azuredevops/internal/acceptancetests/resource_project_test.go @@ -13,13 +13,13 @@ import ( // Verifies that the following sequence of events occurs without error: // -// (1) TF apply creates project -// (2) TF state values are set -// (3) project can be queried by ID and has expected name -// (4) TF apply update project with changing name -// (5) project can be queried by ID and has expected name -// (6) TF destroy deletes project -// (7) project can no longer be queried by ID +// (1) TF apply creates project +// (2) TF state values are set +// (3) project can be queried by ID and has expected name +// (4) TF apply update project with changing name +// (5) project can be queried by ID and has expected name +// (6) TF destroy deletes project +// (7) project can no longer be queried by ID func TestAccProject_CreateAndUpdate(t *testing.T) { projectNameFirst := testutils.GenerateResourceName() projectNameSecond := testutils.GenerateResourceName() |
