Fix test compilation issue.

This commit is contained in:
Benoit Marty 2024-09-03 10:01:38 +02:00
parent f03bd282e7
commit 951dff8951
3 changed files with 6 additions and 0 deletions

View file

@ -37,5 +37,6 @@ fun aSessionData(
loginType = LoginType.UNKNOWN,
passphrase = null,
sessionPath = "/a/path/to/a/session",
cachePath = "/a/path/to/a/cache",
)
}