Skip to content

Commit 2485f27

Browse files
committed
test: generate initial structure to the bug scenarion
Signed-off-by: Otavio Santana <[email protected]>
1 parent d2f8cb8 commit 2485f27

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.eclipse.jnosql.databases.mongodb.integration;
2+
3+
public class Computer {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.eclipse.jnosql.databases.mongodb.integration;
2+
3+
public record Program() {
4+
}

0 commit comments

Comments
 (0)