Skip to content

Commit

Permalink
Fixes #1659. Fix typo in logical_or_A02_t01.dart (#1673)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrekhov authored Jan 6, 2023
1 parent e711dc2 commit 08878a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LanguageFeatures/Patterns/logical_or_A02_t01.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ void test(Shape shape, Unit expectedArea, Type expectedType, bool match) {
Expect.isTrue(match);
break;
default:
Expect.equals(s, expectedArea);
Expect.equals(expectedType, shape.runtimeType);
Expect.isFalse(match);
}
Expand Down

0 comments on commit 08878a8

Please sign in to comment.