Skip to content

Commit

Permalink
[JAVA_API] fix test (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
likholat authored Nov 22, 2023
1 parent 7c3d3da commit ebc2ea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void testWrongElementType() {
}
assertTrue(
exceptionMessage.contains(
"[ PARAMETER_MISMATCH ] Failed to set input tensor with precision: f32,"
"ParameterMismatch: Failed to set tensor for input with precision: f32,"
+ " since the model input tensor precision is: u8"));
}
}

0 comments on commit ebc2ea2

Please sign in to comment.