Skip to content

Commit

Permalink
reset master functionnality
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Jan 20, 2015
1 parent 435c724 commit c186d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/Elastica/Test/Query/FunctionScoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function testGauss()
$results = $response->getResults();

// the document with the closest location and lowest price should be scored highest
$result0 = $results[0]->getData();
$result0 = $results[1]->getData();
$this->assertEquals("Mr. Frostie's", $result0['name']);
}

Expand Down

0 comments on commit c186d85

Please sign in to comment.