We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63a7b2 commit f5441cbCopy full SHA for f5441cb
repository-basex/src/test/java/org/lfenergy/compas/scl/data/basex/client/BaseXServerJUnitExtension.java
@@ -34,7 +34,7 @@ public void beforeAll(final ExtensionContext context) throws Exception {
34
server = createServer(portNumber);
35
36
// The following line registers a callback hook when the root test context is shut down
37
- context.getRoot().getStore(GLOBAL).put("PostgreSQLServerJUnitExtension", this);
+ context.getRoot().getStore(GLOBAL).put("BaseXServerJUnitExtension", this);
38
}
39
// free the access
40
lock.unlock();
0 commit comments