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

Unified Diff: lib/naclports/tests/test_package_index.py

Issue 1128053005: Update yapf version (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 7 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 | « chrome_test/__init__.py ('k') | ports/devenv/devenv_large_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/naclports/tests/test_package_index.py
diff --git a/lib/naclports/tests/test_package_index.py b/lib/naclports/tests/test_package_index.py
index 7f252d8f514def8af91fa814f212be7eb33cdf99..e5fc31be74d676b16aaf5a74823a8cc7b02c9e8b 100644
--- a/lib/naclports/tests/test_package_index.py
+++ b/lib/naclports/tests/test_package_index.py
@@ -73,8 +73,8 @@ class TestPackageIndex(common.NaclportsTest):
config_release = Configuration('arm', 'newlib', False)
self.assertFalse(index.Contains('foo', config_release))
index.packages[('foo', config_release)] = {
- 'NAME': 'dummy',
- 'BUILD_SDK_VERSION': 123
+ 'NAME': 'dummy',
+ 'BUILD_SDK_VERSION': 123
}
with patch('naclports.util.GetSDKVersion') as mock_version:
# Setting the mock SDK version to 123 should mean that the
« no previous file with comments | « chrome_test/__init__.py ('k') | ports/devenv/devenv_large_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698