Skip to content

Commit

Permalink
Improve acceptance test name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung committed Sep 25, 2024
1 parent 4f805a8 commit 6b3e671
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ func TestAccVirtualRepository_update(t *testing.T) {
})
}

func TestNugetPackageCreationFull(t *testing.T) {
func TestAccVirtualNugetRepository_PackageCreationFull(t *testing.T) {
id := testutil.RandomInt()
name := fmt.Sprintf("foo%d", id)
fqrn := fmt.Sprintf("artifactory_virtual_nuget_repository.%s", name)
Expand Down Expand Up @@ -598,7 +598,6 @@ func TestNugetPackageCreationFull(t *testing.T) {
},
},
})

}

func TestAccVirtualRepository_full(t *testing.T) {
Expand Down

0 comments on commit 6b3e671

Please sign in to comment.