Skip to content

Commit f5441cb

Browse files
author
Dennis Labordus
committed
Small change.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent d63a7b2 commit f5441cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository-basex/src/test/java/org/lfenergy/compas/scl/data/basex/client/BaseXServerJUnitExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void beforeAll(final ExtensionContext context) throws Exception {
3434
server = createServer(portNumber);
3535

3636
// The following line registers a callback hook when the root test context is shut down
37-
context.getRoot().getStore(GLOBAL).put("PostgreSQLServerJUnitExtension", this);
37+
context.getRoot().getStore(GLOBAL).put("BaseXServerJUnitExtension", this);
3838
}
3939
// free the access
4040
lock.unlock();

0 commit comments

Comments
 (0)