Skip to content

Commit 2de4fa3

Browse files
change test name
1 parent c6250db commit 2de4fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/scan_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,7 @@ func TestScanGeneratingPdfReportWithPdfOptions(t *testing.T) {
15511551
//
15521552
//}
15531553

1554-
func TestScanCreateUsingWrongProjectGroups(t *testing.T) {
1554+
func TestScanCreate_WhenProjectExists_ShouldNotUpdateGroups(t *testing.T) {
15551555
projectID, projectName := getRootProject(t)
15561556
project := showProject(t, projectID)
15571557
groupsBeforeScanCreate := project.Groups

0 commit comments

Comments
 (0)