fixed documentation

This commit is contained in:
lotte
2019-03-08 08:51:33 +01:00
parent 56271c3514
commit ede9f05e92
6 changed files with 6 additions and 6 deletions

View File

@@ -30,8 +30,7 @@ describe('AdminSidebarComponent', () => {
{ provide: AuthService, useClass: AuthServiceStub },
{
provide: NgbModal, useValue: {
open: () => {
}
open: () => {/*comment*/}
}
}
],