Skip to content

Commit 1202646

Browse files
committed
Update java tests
Signed-off-by: Raasz, Pawel <[email protected]>
1 parent 14bfecc commit 1202646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/java_api/src/test/java/org/intel/openvino/ModelTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void testOutputName() {
3434
@Test
3535
public void testOutputType() {
3636
Output output = net.output();
37-
assertEquals("Output element type", ElementType.f32, output.get_element_type());
37+
assertEquals("Output element type", ElementType.f16, output.get_element_type());
3838
}
3939

4040
@Test

0 commit comments

Comments
 (0)