Skip to content

Commit b98a4af

Browse files
committed
test: before push
1 parent 1550d72 commit b98a4af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/project/init_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func Test_Project_InitCommand(t *testing.T) {
6868
ExpectedAsserts: func(t *testing.T, ctx context.Context, cm *shared.ClientsMock) {
6969
// Assert installing project dependencies
7070
output := cm.GetCombinedOutput()
71-
require.Contains(t, output, "Installed project dependencies")
71+
require.Contains(t, output, "Project Dependencies")
7272
require.Contains(t, output, "Added "+filepath.Join("project-name", ".slack"))
7373
require.Contains(t, output, "Added "+filepath.Join("project-name", ".slack", ".gitignore"))
7474
require.Contains(t, output, "Added "+filepath.Join("project-name", ".slack", "hooks.json"))

0 commit comments

Comments
 (0)