Fix broken test caused by adding a new line to test file.
This commit is contained in:
parent
a0b83140fe
commit
a3a4e7494c
2 changed files with 4 additions and 3 deletions
|
@ -59,6 +59,7 @@ func TestTemplatePluginConvert(t *testing.T) {
|
|||
template := &core.Template{
|
||||
Name: "plugin.starlark",
|
||||
Data: string(beforeInput),
|
||||
Namespace: "octocat",
|
||||
}
|
||||
|
||||
controller := gomock.NewController(t)
|
||||
|
|
Loading…
Reference in a new issue