Fix some tests from b1c406680f

This commit is contained in:
shamoon
2025-08-16 07:53:48 -07:00
parent b6dbbec019
commit 0ccc2da9bb
4 changed files with 30 additions and 21 deletions

View File

@@ -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)}...`
)
})
})