Skip to content

Commit

Permalink
change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
miryamfoiferCX authored Nov 13, 2024
1 parent 1837f22 commit 27a5be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/scan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ func TestScanGeneratingPdfReportWithPdfOptions(t *testing.T) {
//
//}

func TestScanCreateUsingWrongProjectGroups(t *testing.T) {
func TestScanCreate_WhenProjectExists_ShouldNotUpdateGroups(t *testing.T) {
projectID, projectName := getRootProject(t)
project := showProject(t, projectID)
groupsBeforeScanCreate := project.Groups
Expand Down

0 comments on commit 27a5be5

Please sign in to comment.