Skip to content

Commit

Permalink
Fix minor bug in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sjhorn committed Apr 13, 2024
1 parent 382154e commit ea870de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/visicalc_engine_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,7 @@ void main() {
'A1'.a1: 'A2',
'A2'.a1: '12',
'A3'.a1: '/-=',
'A3'.a1: '/F',
});
}, parseErrorThrows: true);
test(' - columnsAndRows', () async {
expect(
engine.columnsAndRows(criteria: (a1) => false).$1, equals(<int>[]));
Expand Down

0 comments on commit ea870de

Please sign in to comment.