diff --git a/java8/pom.xml b/java8/pom.xml index 189268b..7f44c0f 100644 --- a/java8/pom.xml +++ b/java8/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.automationrhapsody - selenium-samples-java + java-samples 1.0-SNAPSHOT com.automationrhapsody.java8 diff --git a/java8/src/test/java/com/automationrhapsody/java8/AdvancedStreamExamplesTest.java b/java8/src/test/java/com/automationrhapsody/java8/AdvancedStreamExamplesTest.java index 43f1d2d..c03d1c9 100644 --- a/java8/src/test/java/com/automationrhapsody/java8/AdvancedStreamExamplesTest.java +++ b/java8/src/test/java/com/automationrhapsody/java8/AdvancedStreamExamplesTest.java @@ -61,7 +61,7 @@ public void test_printEmployeeSkills() { String skills = AdvancedStreamExamples.printEmployeeSkills(company, Position.QA); - assertThat(skills, is("Our employees have: Selenium; C#; Java; JavaScript; Protractor skills")); + assertThat(skills, is("Our QAs have: Selenium; C#; Java; JavaScript; Protractor skills")); } @Test diff --git a/wiremock/pom.xml b/wiremock/pom.xml index 6cf1e8f..3d64aab 100644 --- a/wiremock/pom.xml +++ b/wiremock/pom.xml @@ -12,7 +12,7 @@ wiremock 2.25.1 - 2.8.7 + 2.9.10