Skip to content

Commit 39410e0

Browse files
committed
Fix flutter test enum casing
1 parent 1d6fc0c commit 39410e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/languages/flutter/tests.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ void main() async {
102102
response = await general.upload(x: 'string', y: 123, z: ['string in array'], file: file);
103103
print(response.result);
104104

105-
response = await general.xenum(mockType: MockType.FIRST);
105+
response = await general.xenum(mockType: MockType.first);
106106
print(response.result);
107107

108108
try {

0 commit comments

Comments
 (0)