Skip to content
Snippets Groups Projects
Commit fdda7205 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

typo

parent 9af8b17d
No related branches found
No related tags found
2 merge requests!1700Resolve "introduce new frontend to the jar file build process",!1655Resolve "fix install tests"
Pipeline #85399 canceled
...@@ -10,7 +10,7 @@ import org.junit.Test; ...@@ -10,7 +10,7 @@ import org.junit.Test;
public class DapiConnectorImplTest { public class DapiConnectorImplTest {
@Test @Test
public void testGetLAtestVersion() { public void testGetLatestVersion() {
DapiConnectorImpl connector = new DapiConnectorImpl(null); DapiConnectorImpl connector = new DapiConnectorImpl(null);
String version = connector.getLatestVersion(Arrays.asList("2.2", "3.3", "11.2", "10")); String version = connector.getLatestVersion(Arrays.asList("2.2", "3.3", "11.2", "10"));
assertEquals("11.2", version); assertEquals("11.2", version);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment