Skip to content

Commit e7f76a6

Browse files
committed
fix tests
1 parent c2592fd commit e7f76a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/readers/csv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ mod tests {
243243
&[5.1, 3.5, 1.4, 0.2],
244244
&[4.9, 3.0, 1.4, 0.2],
245245
&[4.7, 3.2, 1.3, 0.2],
246-
]))
246+
]).unwrap())
247247
)
248248
}
249249
#[test]

0 commit comments

Comments
 (0)