Skip to content

Commit 7208d36

Browse files
committed
chore: update configuration at oraclel database table in tck
Signed-off-by: Otavio Santana <[email protected]>
1 parent faee6ea commit 7208d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jnosql-oracle-nosql/src/test/java/org/eclipse/jnosql/databases/oracle/tck/OracleNoSQLTemplateSupplier.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
public class OracleNoSQLTemplateSupplier implements TemplateSupplier {
3030

3131
static {
32-
System.setProperty(OracleNoSQLConfigurations.HOST.get() + ".1", Database.INSTANCE.host());
33-
System.setProperty(MappingConfigurations.DOCUMENT_DATABASE.get(), "jakarta-nosql-tck");
32+
System.setProperty(OracleNoSQLConfigurations.HOST.get(), Database.INSTANCE.host());
33+
System.setProperty(MappingConfigurations.DOCUMENT_DATABASE.get(), "jakartanosqltck");
3434
SeContainerInitializer.newInstance().initialize();
3535
}
3636

0 commit comments

Comments
 (0)