Skip to content

Commit

Permalink
update eventwatcher_test
Browse files Browse the repository at this point in the history
  • Loading branch information
kurochan committed Dec 9, 2022
1 parent a8c23fa commit 14f786e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/piped/eventwatcher/eventwatcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func TestModifyYAML(t *testing.T) {
path: "testdata/a.yaml",
field: "$.foo",
newValue: "2",
wantNewYml: []byte("foo: 2"),
wantNewYml: []byte("foo: 2\n"),
wantUpToDate: false,
wantErr: false,
},
Expand Down

0 comments on commit 14f786e

Please sign in to comment.