Skip to content

Commit

Permalink
Fix workspace.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma authored Jun 16, 2023
1 parent 0d2fe7b commit 2a1bf31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/workspace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ test('`Workspace.saveWorkspaceCache()` → saves cache', async t => {
const expected: string[] = [
'rmRF("/home/scala-steward/workspace/store/refresh_error")',
'rmRF("/home/scala-steward/workspace/repos")',
'rmRF("/home/scala-steward/workspace/run-summary.md")',
'readFileSync("/home/scala-steward/repos.md")',
`saveCache([/home/scala-steward/workspace], "scala-steward-acc000fd-${now}")`,
]
Expand Down

0 comments on commit 2a1bf31

Please sign in to comment.