Skip to content

Commit 0675743

Browse files
committed
feat: include oracle nosql test
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent 816443f commit 0675743

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jnosql-oracle-nosql/src/test/java/org/eclipse/jnosql/databases/oracle/communication/OracleNoSQLDocumentManagerTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,6 @@ void shouldEndsWith() {
678678
});
679679
}
680680

681-
682-
683681
private CommunicationEntity createDocumentList() {
684682
var entity = CommunicationEntity.of("AppointmentBook");
685683
entity.add(Element.of("_id", new Random().nextInt()));

0 commit comments

Comments
 (0)