Fix tests
This commit is contained in:
parent
d3a162b467
commit
237313a0dc
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ import net.osmand.search.core.SearchPhrase;
|
|||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
public class TestLocationSearch {
|
||||
public class LocationSearchTest {
|
||||
|
||||
|
||||
@Test
|
||||
public void testLocationSearch() throws IOException {
|
||||
public void testBasicSearch() throws IOException {
|
||||
search("5.0,3.0", new LatLon(5, 3));
|
||||
}
|
||||
|
Loading…
Reference in a new issue