summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test')
-rw-r--r--install/ui/test/details_tests.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/test/details_tests.js b/install/ui/test/details_tests.js
index 71e6bf98e..1b19f4b3e 100644
--- a/install/ui/test/details_tests.js
+++ b/install/ui/test/details_tests.js
@@ -170,7 +170,7 @@ test("Testing details lifecycle: create, setup, load.", function(){
widget.save = function() {
save_called = true;
- widget.widget_save();
+ return widget.widget_save();
};
return widget;
}