Skip to content

Commit c3f24c9

Browse files
committed
dhhh
1 parent a61348b commit c3f24c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/new_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func TestCreateNewProject_Success(t *testing.T) {
3030
assert.NoError(t, err, "Expected project directory to be created")
3131

3232
// Check output
33-
expected := fmt.Sprintf("Created '%s' successfully\n", projectName)
33+
expected := fmt.Sprintf("Created '%s' successfully\n", projectName)
3434
fmt.Println(out.String())
3535
assert.Equal(t, expected, out.String(), "Unexpected output")
3636
}

0 commit comments

Comments
 (0)