summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/elements/plugins/gr-theme-api/gr-theme-api_test.html
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/elements/plugins/gr-theme-api/gr-theme-api_test.html')
-rw-r--r--polygerrit-ui/app/elements/plugins/gr-theme-api/gr-theme-api_test.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/polygerrit-ui/app/elements/plugins/gr-theme-api/gr-theme-api_test.html b/polygerrit-ui/app/elements/plugins/gr-theme-api/gr-theme-api_test.html
index 74dff66979..8d23ea2ccf 100644
--- a/polygerrit-ui/app/elements/plugins/gr-theme-api/gr-theme-api_test.html
+++ b/polygerrit-ui/app/elements/plugins/gr-theme-api/gr-theme-api_test.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<!--
+@license
Copyright (C) 2017 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
@@ -64,7 +65,7 @@ limitations under the License.
stub('gr-custom-plugin-header', {
ready() { customHeader = this; },
});
- Gerrit._resolveAllPluginsLoaded();
+ Gerrit._setPluginsPending([]);
});
test('sets logo and title', done => {