Fix E2E tests
This commit is contained in:
parent
29ff601545
commit
f8b0501eea
4 changed files with 5 additions and 30 deletions
|
|
@ -108,7 +108,7 @@ export class MockClient implements FileSystemOperations {
|
|||
{
|
||||
assert(
|
||||
newParts.includes(part),
|
||||
`Part ${part} not found in new content`
|
||||
`Part ${part} not found in new content: ${newContent}`
|
||||
);
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue