Skip to content

Commit 0f45a2e

Browse files
fixed assertion
1 parent 82e2e32 commit 0f45a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/scan_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3643,7 +3643,7 @@ func Test_CreateScanWithExistingProjectAndAssign_Application(t *testing.T) {
36433643

36443644
func Test_CreateScanWithExistingProjectAndAssign_FailedNoApplication_NameProvided(t *testing.T) {
36453645
file := createOutputFile(t, outputFileName)
3646-
//defer deleteOutputFile(file)
3646+
defer deleteOutputFile(file)
36473647
defer logger.SetOutput(os.Stdout)
36483648

36493649
baseArgs := []string{"scan", "create", "--project-name", "MOCK", "-s", ".", "--branch", "main", "--debug"}

0 commit comments

Comments
 (0)