We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508face commit d9f7c7dCopy full SHA for d9f7c7d
test/emailjs_test.dart
@@ -138,8 +138,7 @@ void main() {
138
expect(result, isNull);
139
} catch (error) {
140
if (error is EmailJSResponseStatus) {
141
- expect(error.status, 403);
142
- expect(error.text, 'The Public Key is required');
+ expect('$error', '[403] The Public Key is required');
143
}
144
145
});
0 commit comments