Skip to content

Commit

Permalink
Matrix unit tests: typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gyrdym committed Nov 16, 2019
1 parent 4d1b488 commit c71f469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/matrix/methods/sample/sample_test_group_factory.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void matrixSampleTestGroupFactory(DType dtype) =>
});

test('should throw a range error if one of the column indices is out of '
'bound)', () {
'bound', () {

final matrix = Matrix.fromList([
[4.0, 8.0, 12.0, 16.0, 34.0],
Expand Down

0 comments on commit c71f469

Please sign in to comment.