Skip to content

Commit

Permalink
Update test-frame to 0.2.0 (#155)
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys authored Jul 17, 2024
1 parent e559ebd commit 7fcc1f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<aspectj.version>1.9.21.2</aspectj.version>
<allure.version>2.27.0</allure.version>
<allure.maven.version>2.12.0</allure.maven.version>
<test-frame.version>0.1.1</test-frame.version>
<test-frame.version>0.2.0</test-frame.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/odh/test/Environment.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package io.odh.test;

import io.odh.test.install.InstallTypes;
import io.skodjob.testframe.LoggerUtils;
import io.skodjob.testframe.utils.LoggerUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.yaml.snakeyaml.DumperOptions;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/odh/test/OdhConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
package io.odh.test;

import io.skodjob.testframe.LoggerUtils;
import io.skodjob.testframe.utils.LoggerUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down

0 comments on commit 7fcc1f3

Please sign in to comment.