| Index: sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_subdirectory_still_watched_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_subdirectory_still_watched_test.dart b/sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_subdirectory_still_watched_test.dart
|
| index c08ff4bf9c8b17d3a0e1cfe2f64edffe804911a5..eb7aed41680ea251415ae760200933a65aa22a04 100644
|
| --- a/sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_subdirectory_still_watched_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_subdirectory_still_watched_test.dart
|
| @@ -30,10 +30,7 @@ main() {
|
| requestShouldSucceed("foo.txt", "before", root: exampleOne);
|
|
|
| // Unbind the subdirectory.
|
| - expectWebSocketCall({
|
| - "command": "unserveDirectory",
|
| - "path": exampleOne
|
| - }, replyEquals: {
|
| + expectWebSocketResult("unserveDirectory", {"path": exampleOne}, {
|
| "url": getServerUrl(exampleOne)
|
| });
|
|
|
|
|