Set default for satisfy annotation to nothing

This commit is contained in:
Alex Kursell 2019-02-26 15:05:45 -05:00
parent 166dd1a41f
commit 28d99c6d7d
3 changed files with 9 additions and 9 deletions

View file

@ -69,7 +69,8 @@ func TestSatisfyParser(t *testing.T) {
data := map[string]string{
"any": "any",
"all": "all",
"invalid": "all",
"invalid": "",
"": "",
}
annotations := map[string]string{}