Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manuquentin committed May 18, 2015
1 parent d4b2fd5 commit 448a778
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/javascripts/test/unit/Crud/list/DatagridControllerSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ define(function (require) {
];

dataGridController = new DataGridController({
listActions: function() {},
listActions: function() {
return [];
},
entity: function () {
return new Entity('my_entity');
},
entries: entries,
selection: [],
listActions: function () {
return [];
}
selection: []
}, {
search: function () {
return {};
Expand Down

0 comments on commit 448a778

Please sign in to comment.