Skip to content

Commit

Permalink
chore: update abstract template
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Aug 9, 2024
1 parent 283ff4d commit c03d2c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ void setUp() {
TemplateSupplier supplier = TemplateSupplier.template();
this.template = supplier.get();
}

}
3 changes: 2 additions & 1 deletion tck/src/main/java/jakarta/nosql/tck/BasicTemplateTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ArgumentsSource;

public class BasicTemplateTest extends AbstractTemplateTest {
class BasicTemplateTest extends AbstractTemplateTest {


@ParameterizedTest
Expand All @@ -37,4 +37,5 @@ void shouldInsert(Person entity) {
soft.assertThat(person.getAge()).isEqualTo(entity.getAge());
});
}

}

0 comments on commit c03d2c0

Please sign in to comment.