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

Unified Diff: samples/github/lib/src/tests/commit_list_test_disabled.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « samples/github/lib/src/github_services.dart ('k') | samples/github/lib/src/tests/github_api_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/github/lib/src/tests/commit_list_test_disabled.dart
diff --git a/samples/github/lib/src/tests/commit_list_test_disabled.dart b/samples/github/lib/src/tests/commit_list_test_disabled.dart
index 054c84c7f55229ced3ab73e1f5c7de289637ba0d..771b842be4bd21fb6fd4ed68c83e3675935db9c4 100644
--- a/samples/github/lib/src/tests/commit_list_test_disabled.dart
+++ b/samples/github/lib/src/tests/commit_list_test_disabled.dart
@@ -20,7 +20,7 @@ void main() {
var mock = new GithubMock()..spawn();
var server = new Server(mock.host, mock.port);
var user = server.getUser('dart-lang');
- var repo = user.getRepository('fletch');
+ var repo = user.getRepository('dartino');
testPresent(repo);
server.close();
mock.close();
« no previous file with comments | « samples/github/lib/src/github_services.dart ('k') | samples/github/lib/src/tests/github_api_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698