fix some use of Cow results from getBlackRow

This commit is contained in:
Henry Schimke
2023-01-05 11:59:54 -06:00
parent 6c0db8b7d2
commit f425b89510
2 changed files with 3 additions and 2 deletions

View File

@@ -76,6 +76,7 @@ fn testDecodingRowByRow() {
.getBlackRow(secondRowNumber)
.expect("get row")
.into_owned();
secondRow.reverse();
let totalPairs = rssExpandedReader