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:
parent
5df1cac60a
commit
3d74b1fe8e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user