Skip to content

Commit a98d630

Browse files
Fix test name
1 parent d5c5e0e commit a98d630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/src/tensor/ort_tensor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ mod tests {
249249
}
250250

251251
#[test]
252-
fn orttensor_from_array_3d_string() {
252+
fn orttensor_from_array_3d_str() {
253253
let memory_info = MemoryInfo::new(AllocatorType::Arena, MemType::Default).unwrap();
254254
let array = arr3(&[
255255
[["1", "2", "3"], ["4", "5", "6"]],

0 commit comments

Comments
 (0)