mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-28 22:59:03 -06:00
8 lines
256 B
TypeScript
8 lines
256 B
TypeScript
import { commonAbstractNameFilterPaperlessServiceTests } from './abstract-name-filter-service.spec'
|
|
import { CorrespondentService } from './correspondent.service'
|
|
|
|
commonAbstractNameFilterPaperlessServiceTests(
|
|
'correspondents',
|
|
CorrespondentService
|
|
)
|