Fix Hound issues

pull/16378/head
cgonzalez 3 years ago
parent f85a0f11bb
commit 82f20a3f5e

@ -221,7 +221,7 @@ describe('dashboard/components/table-grants/table-grants-view', function () {
view._onSearchChanged(event);
setTimeout(function() {
setTimeout(function () {
expect(userTablesModel.setQuery).toHaveBeenCalledWith(event.target.value);
}, 600);
});

Loading…
Cancel
Save