Improve tests

This commit is contained in:
Andras Schmelczer 2026-01-18 19:45:40 +00:00
parent f53ac121e8
commit 722e7af3e2
2 changed files with 9 additions and 6 deletions

View file

@ -299,7 +299,7 @@ export class UnrestrictedSyncer {
remoteVersion.vaultUpdateId
) {
this.logger.debug(
`Document ${remoteVersion.relativePath} is already at least as up to date as the fetched version`
`Document ${document.relativePath} is already at least as up-to-date as the fetched version`
);
return;