Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gopinath-langote committed Sep 26, 2019
1 parent 644587e commit 43020f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/fixtures/command_init_fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func featureInitTestsData() []Test {
func shouldInitialiseNewProject(feature string) Test {
expectedOutput := `project: trial
commands:
- build: echo '--Running build'
- build: echo 'Running build'
`
return Test{
Feature: feature,
Expand Down

0 comments on commit 43020f0

Please sign in to comment.