Skip to content

Commit

Permalink
Fix test expectation
Browse files Browse the repository at this point in the history
PRs #3577 and #3578 introduced a conflict with respect to trailing newlines.
  • Loading branch information
corneliusweig committed Jan 26, 2020
1 parent cc6bddb commit eac30aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/initializer/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func TestDoInitAnalyze(t *testing.T) {
},
},

expectedOut: strip(`{"dockerfiles":["Dockerfile"]}`),
expectedOut: strip(`{"dockerfiles":["Dockerfile"]}`) + "\n",
},
}

Expand Down

0 comments on commit eac30aa

Please sign in to comment.