RED-6162 - persistence update - identity test
This commit is contained in:
parent
393bb2d8c9
commit
9dd26ada04
@ -0,0 +1,17 @@
|
|||||||
|
package com.iqser.red.service.ocr.v1.api.model;
|
||||||
|
|
||||||
|
import static org.assertj.core.api.Assertions.assertThat;
|
||||||
|
|
||||||
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
|
public class IdentityTest {
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void mockTest() {
|
||||||
|
|
||||||
|
int i = 1;
|
||||||
|
assertThat(i).isEqualTo(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user