We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is the line that fails: expect(result.rawResult, equals(125));
expect(result.rawResult, equals(125));
Pointer: address=0xfffe00000000007d, 125 Pointer<Never>, String Expected: <125> Actual: Pointer<Never>:<Pointer: address=0xfffe00000000007d> package:matcher expect package:flutter_test/src/widget_tester.dart 474:18 expect test/unit/flutter_js_test.dart 24:5 main.<fn>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is the line that fails:
expect(result.rawResult, equals(125));
The text was updated successfully, but these errors were encountered: