0
0

changed values to increase test coverage

This commit is contained in:
Marty Schoch 2014-04-25 13:09:14 -06:00
parent 293fdb4c19
commit 1a05662f47

View File

@ -344,7 +344,7 @@ func TestTermBooleanSearch(t *testing.T) {
Explain: true,
},
&TermQuery{
Term: "marty",
Term: "dustin",
Field: "name",
BoostVal: 5.0,
Explain: true,
@ -354,8 +354,8 @@ func TestTermBooleanSearch(t *testing.T) {
},
results: []*DocumentMatch{
&DocumentMatch{
ID: "1",
Score: 3.5122335272516327,
ID: "3",
Score: 2.6853243330509997,
},
},
},