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 1b5af8a commit 224be90Copy full SHA for 224be90
packages/stream_feeds/test/client/feeds_client_test.dart
@@ -1,5 +1,3 @@
1
-// ignore_for_file: avoid_redundant_argument_values
2
-
3
import 'package:stream_feeds/src/generated/api/api.dart' as api;
4
import 'package:stream_feeds/stream_feeds.dart';
5
import 'package:stream_feeds_test/stream_feeds_test.dart';
@@ -12,7 +10,7 @@ void main() {
12
10
group('updateSystemEnvironment', () {
13
11
feedsClientTest(
14
'should update system environment successfully',
15
- body: (tester) async {
+ body: (tester) {
16
const environment = SystemEnvironment(
17
sdkName: 'my-app',
18
sdkIdentifier: 'flutter',
0 commit comments