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

Unified Diff: sky/tests/services/network.sky

Issue 687703002: Fix services/network.sky test (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/tests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/services/network.sky
diff --git a/sky/tests/services/network.sky b/sky/tests/services/network.sky
index d483caacd89819a7a0de3739e5c9a0cf87961f7f..f8e44be426bbcb1034201fed03d76517cdae00c4 100644
--- a/sky/tests/services/network.sky
+++ b/sky/tests/services/network.sky
@@ -11,7 +11,7 @@ describe('Mojo network_service', function() {
it('should be able to fetch text files', function(done) {
var netServiceHandle = internals.connectToService(
- "mojo://network_service//", "mojo::NetworkService");
+ "mojo://network_service/", "mojo::NetworkService");
var netConnection = new connection.Connection(
netServiceHandle,
net.NetworkService.stubClass,
« no previous file with comments | « sky/tests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698