Skip to content

Commit f19b84b

Browse files
committed
fix tests
1 parent cb3e12c commit f19b84b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/app/components/dashboard/dashboard.component.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ describe('DashboardComponent', () => {
2222
},
2323
get currentConnectionAccessLevel(): AccessLevel {
2424
return AccessLevel.None;
25-
}
25+
},
26+
getTablesFolders: () => of([])
2627
};
2728
const fakeRouter = jasmine.createSpyObj('Router', {navigate: Promise.resolve('')});
2829

0 commit comments

Comments
 (0)