mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Fix some tests from b1c406680f
This commit is contained in:
parent
b6dbbec019
commit
0ccc2da9bb
4 changed files with 30 additions and 21 deletions
|
|
@ -80,7 +80,7 @@ describe('StoragePathListComponent', () => {
|
|||
path: 'a'.repeat(100),
|
||||
}
|
||||
expect(component.extraColumns[0].valueFn(path)).toEqual(
|
||||
`<code>${'a'.repeat(49)}...</code>`
|
||||
`${'a'.repeat(49)}...`
|
||||
)
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue