Skip to content

Commit 33b51c7

Browse files
fix expected case of hello.xqm
1 parent 4090729 commit 33b51c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basex-core/src/test/java/org/basex/query/expr/PackageAPITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ private static void copy(final Path source, final Path target) throws IOExceptio
292292
execute(new RepoInstall(REPO + "hello.jar", null));
293293

294294
final IOFile jar = new IOFile(REPO, "org/basex/modules/Hello.jar");
295-
final IOFile xqm = new IOFile(REPO, "org/basex/modules/Hello.xqm");
295+
final IOFile xqm = new IOFile(REPO, "org/basex/modules/hello.xqm");
296296
assertTrue(jar.exists(), "File not found: " + jar);
297297
assertTrue(xqm.exists(), "File not found: " + xqm);
298298

0 commit comments

Comments
 (0)