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 89514d2 commit 8534583Copy full SHA for 8534583
tests/languages/dart/tests.dart
@@ -48,8 +48,8 @@ void main() async {
48
49
// General Tests
50
51
- response = await general.redirect();
52
- print(response['result']);
+ final res = await general.redirect();
+ print(res['result']);
53
54
final file = await MultipartFile.fromPath('file', '../../resources/file.png',
55
filename: 'file.png');
0 commit comments