1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00

chore: removed commented code

This commit is contained in:
Carlos Alexandro Becker 2019-04-14 15:28:57 -03:00
parent 5df1cac60a
commit 3d74b1fe8e
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -100,17 +100,6 @@ func TestStringArray(t *testing.T) {
}
}
// func TestStringArrayFailure(t *testing.T) {
// var source = `
// strings:
// key: val
// `
// var actual Unmarshaled
// err := yaml.UnmarshalStrict([]byte(source), &actual)
// // assert.EqualError(t, err, )
// }
func TestFlagArray(t *testing.T) {
for _, testCase := range flagArrayTests {
var actual Unmarshaled