Commit 0aab87f3 authored by Romain Courteaud's avatar Romain Courteaud

Fix wrong assertion on Chrome.

parent eea7cf7e
......@@ -1449,7 +1449,7 @@
ok((error.message ===
"gadget.aq_parent is not a function") ||
(error.message ===
"Object [object Object] has no method 'aq_parent'"), error);
"undefined is not a function"), error);
})
.always(function () {
start();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment