Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
V-FEXrt committed Aug 30, 2024
1 parent 3d4da14 commit 03ea40b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/job-cache/runner-hash/test.wake
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ def mkTestPlan (s: String): Result Plan Error =
| Pass

def resourceAwareCacheRunner =
def hashResource x =
require Pass input = x

def hashResource input =
Pass (catWith "." input.getRunnerInputResources)

mkJobCacheRunner hashResource "/workspace" fuseRunner
Expand Down

0 comments on commit 03ea40b

Please sign in to comment.