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 c343a79 commit 1106789Copy full SHA for 1106789
test/utils/is_limit_rate_hit_test.dart
@@ -6,7 +6,7 @@ import 'package:emailjs/emailjs.dart';
6
import 'package:emailjs/src/utils/is_limit_rate_hit.dart';
7
8
void main() {
9
- setUp(() async {
+ setUp(() {
10
final Map<String, Object> values = <String, Object>{};
11
SharedPreferences.setMockInitialValues(values);
12
});
0 commit comments