Skip to content

Commit 006b444

Browse files
committed
Fixed unit test for controller.global (the property was removed).
1 parent f9ee07a commit 006b444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/controllers/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ exports.install = function() {
9191

9292
framework.route('#408', function() {
9393
var self = this;
94-
self.global.timeout++;
94+
F.global.timeout++;
9595
self.plain('408');
9696
});
9797

0 commit comments

Comments
 (0)