1
0
Fork 0

farsight_test: Simplify subdoc test case

This commit is contained in:
Alex Palaistras 2016-06-02 12:46:07 +01:00
parent aa00425e7a
commit f90c734d05
1 changed files with 3 additions and 6 deletions

View File

@ -106,12 +106,9 @@ var fetchTests = map[string]TestCase{
[]struct {
Text string `farsight:"i"`
}{
struct {
Text string `farsight:"i"`
}{"Eenie"},
struct {
Text string `farsight:"i"`
}{"Meenie"},
{"Eenie"},
{"Meenie"},
},
},
},