]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix missing test import
authorshamoon <4887959+shamoon@users.noreply.github.com>
Wed, 24 Apr 2024 07:28:18 +0000 (00:28 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Wed, 24 Apr 2024 07:28:18 +0000 (00:28 -0700)
src-ui/src/app/components/document-history/document-history.component.spec.ts

index 3a26c8a9b83c998394b297c1a6a58900fc400457..90108a9719028eb7a419dd36fe7a997e59db9042 100644 (file)
@@ -7,7 +7,7 @@ import { AuditLogAction } from 'src/app/data/auditlog-entry'
 import { HttpClientTestingModule } from '@angular/common/http/testing'
 import { CustomDatePipe } from 'src/app/pipes/custom-date.pipe'
 import { DatePipe } from '@angular/common'
-import { NgbCollapseModule } from '@ng-bootstrap/ng-bootstrap'
+import { NgbCollapseModule, NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap'
 import { NgxBootstrapIconsModule, allIcons } from 'ngx-bootstrap-icons'
 
 describe('DocumentHistoryComponent', () => {
@@ -23,6 +23,7 @@ describe('DocumentHistoryComponent', () => {
         HttpClientTestingModule,
         NgbCollapseModule,
         NgxBootstrapIconsModule.pick(allIcons),
+        NgbTooltipModule,
       ],
     }).compileComponents()