| Index: remoting/webapp/unittests/apps_v2_migration_unittest.js
|
| diff --git a/remoting/webapp/unittests/apps_v2_migration_unittest.js b/remoting/webapp/unittests/apps_v2_migration_unittest.js
|
| index 805995aab016dd196a35d0a700e923d518a5b9df..097a80f598d3604e85f1dbcf63c0d3de49362953 100644
|
| --- a/remoting/webapp/unittests/apps_v2_migration_unittest.js
|
| +++ b/remoting/webapp/unittests/apps_v2_migration_unittest.js
|
| @@ -59,7 +59,7 @@ function setMigrationData_(v1UserName, v1UserEmail, v1HasHosts) {
|
| module('AppsV2Migration', {
|
| setup: function() {
|
| chromeMocks.activate(['storage']);
|
| - mockIsAppsV2 = sinon.$setupStub(base, 'isAppsV2');
|
| + mockIsAppsV2 = sinon.stub(base, 'isAppsV2');
|
| remoting.identity = new remoting.Identity();
|
| },
|
| teardown: function() {
|
|
|