Commit cf903f7c by Maurits van Beusekom Committed by GitHub

Prepare for issue flutter/flutter#109339 (#915)

parent 9aece54d
......@@ -17,7 +17,7 @@ void main() {
expect(() {
PermissionHandlerPlatform.instance =
ImplementsPermissionHandlerPlatform();
}, throwsNoSuchMethodError);
}, throwsA(anything));
});
test('Can be extended with `extend`', () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment