| 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
|
|
|