Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1751)

Unified Diff: test/log_middleware_test.dart

Issue 966063003: Overhaul the semantics of Request.handlerPath and Request.url. (Closed) Base URL: git@github.com:dart-lang/shelf@master
Patch Set: Code review changes Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pubspec.yaml ('k') | test/request_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/log_middleware_test.dart
diff --git a/test/log_middleware_test.dart b/test/log_middleware_test.dart
index e056504d2ad7d48639898d5e9a08a541237012ba..efbda5b283d23d1770d2ea65b4f5fdeba08998ba 100644
--- a/test/log_middleware_test.dart
+++ b/test/log_middleware_test.dart
@@ -44,7 +44,7 @@ void main() {
});
});
- test('logs a request with an asynchronous response', () {
+ test('logs a request with an asynchronous error response', () {
var handler = const Pipeline()
.addMiddleware(logRequests(logger: (msg, isError) {
expect(gotLog, isFalse);
« no previous file with comments | « pubspec.yaml ('k') | test/request_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698