Skip to content

Commit ebc2ea2

Browse files
authored
[JAVA_API] fix test (#768)
1 parent 7c3d3da commit ebc2ea2

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/PrePostProcessorTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void testWrongElementType() {
7777
}
7878
assertTrue(
7979
exceptionMessage.contains(
80-
"[ PARAMETER_MISMATCH ] Failed to set input tensor with precision: f32,"
80+
"ParameterMismatch: Failed to set tensor for input with precision: f32,"
8181
+ " since the model input tensor precision is: u8"));
8282
}
8383
}

0 commit comments

Comments
 (0)