Skip to content

Commit

Permalink
Update parse_test.go for latest code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed May 31, 2018
1 parent c6b20ef commit e87d1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/opencontrol/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dependencies:
It("should unsuccessfully parse", func() {
parser := YAMLParser{}
opencontrol, err := parser.Parse(data)
assert.Equal(GinkgoT(), "Unable to parse yaml data - yaml: line 1: found character that cannot start any token", err.Error())
assert.Equal(GinkgoT(), "Unable to parse yaml data - yaml: line 2: found character that cannot start any token", err.Error())
assert.Nil(GinkgoT(), opencontrol)
})
})
Expand Down

0 comments on commit e87d1ac

Please sign in to comment.