Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed Nov 28, 2023
1 parent 250594c commit 7125784
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public class CheckSharedResourceExistsIT {

public final String DERBY_RESOURCE = "target/liberty/wlp/usr/shared/resources/derby-10.13.1.1.jar";
public final String DERBY_RESOURCE = "target/liberty/wlp/usr/shared/resources/derby-10.17.1.0.jar";

@Test
public void testDerbyExists() throws Exception {
Expand Down

0 comments on commit 7125784

Please sign in to comment.