fix bitmatrix test case

This commit is contained in:
Henry Schimke
2023-01-03 10:33:08 -06:00
parent 5e710e57c4
commit 8543cbb98c

View File

@@ -160,7 +160,7 @@ fn test_get_row() {
// Should use provided object, with original BitArray size
// let mut array3 = BitArray::with_size(200);
let array3 = matrix.getRow(2);
assert_eq!(200, array3.getSize());
// assert_eq!(200, array3.getSize());
for x in 0..102 {
// for (int x = 0; x < 102; x++) {