| Index: tests/html/hidden_dom_1_test.dart
|
| diff --git a/tests/html/hidden_dom_1_test.dart b/tests/html/hidden_dom_1_test.dart
|
| index d3208fcda392a95d8d9b8c68844bd588d286737a..318bf4ba08abf1942ee659880d296f13854b484f 100644
|
| --- a/tests/html/hidden_dom_1_test.dart
|
| +++ b/tests/html/hidden_dom_1_test.dart
|
| @@ -38,7 +38,7 @@ checkNoSuchMethod(action()) {
|
| } catch (e) {
|
| ex = e;
|
| }
|
| - if (ex === null)
|
| + if (ex == null)
|
| expect(false, isTrue, reason: 'Action should have thrown exception');
|
|
|
| expect(ex, isNoSuchMethodError);
|
|
|