Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
a57feac6
Unverified
Commit
a57feac6
authored
Mar 25, 2020
by
adityapstar
Committed by
GitHub
Mar 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed typo in HttpClient failure message (#53211)
parent
ba57ea09
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test.dart
dev/bots/test.dart
+1
-1
_binding_io.dart
packages/flutter_test/lib/src/_binding_io.dart
+1
-1
No files found.
dev/bots/test.dart
View file @
a57feac6
...
...
@@ -467,7 +467,7 @@ Future<void> _runFrameworkTests() async {
'Warning: At least one test in this suite creates an HttpClient. When
\n
'
'running a test suite that uses TestWidgetsFlutterBinding, all HTTP
\n
'
'requests will return status code 400, and no network request will
\n
'
'actually be made. Any test expecting a
n
real network connection and
\n
'
'actually be made. Any test expecting a real network connection and
\n
'
'status code will fail.
\n
'
'To test code that needs an HttpClient, provide your own HttpClient
\n
'
'implementation to the code under test, so that your test can
\n
'
...
...
packages/flutter_test/lib/src/_binding_io.dart
View file @
a57feac6
...
...
@@ -84,7 +84,7 @@ class _MockHttpOverrides extends HttpOverrides {
'Warning: At least one test in this suite creates an HttpClient. When
\n
'
'running a test suite that uses TestWidgetsFlutterBinding, all HTTP
\n
'
'requests will return status code 400, and no network request will
\n
'
'actually be made. Any test expecting a
n
real network connection and
\n
'
'actually be made. Any test expecting a real network connection and
\n
'
'status code will fail.
\n
'
'To test code that needs an HttpClient, provide your own HttpClient
\n
'
'implementation to the code under test, so that your test can
\n
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment