Skip to content

Commit a11b075

Browse files
chore: format "/test_driver/cloud_functions/cloud_functions_e2e.dart " file. (#8281)
1 parent 0c5ac4b commit a11b075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_driver/cloud_functions/cloud_functions_e2e.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ void setupTests() {
105105
expect(data['float'], isA<List>());
106106
expect(data['double'], isA<List>());
107107
},
108-
// Int64List is not supported on Web.
108+
// Int64List is not supported on Web.
109109
skip: kIsWeb,
110110
);
111111

0 commit comments

Comments
 (0)