Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Mar 31, 2023
1 parent e614d68 commit cdfd4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provisioning/config/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestPipelineFields(t *testing.T) {
sort.Strings(wantFields)
sort.Strings(haveFields)

is.Equal(wantFields, haveFields) // fields don't match, if you added a field to Pipeline please add it to PipelineImmutableFields, PipelineMutableFields or PipelineIgnoredFields
is.Equal(wantFields, haveFields) // fields don't match, if you added a field to Pipeline please add it to PipelineMutableFields or PipelineIgnoredFields
}

func TestConnectorFields(t *testing.T) {
Expand Down

0 comments on commit cdfd4ca

Please sign in to comment.