Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mandoway committed Sep 22, 2024
1 parent f27b0da commit c03c80c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/perses/reduction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ func TestReduction(t *testing.T) {
t.Skip("skipping test in short mode.")
}

ctx, err := context.NewRunContext("cue", "issue2246_v1/in.cue", "issue2246_v1/test.sh")
aCtx := context.NewAlgorithmContext(false)
ctx, err := context.NewRunContext("cue", "issue2246_v1/in.cue", "issue2246_v1/test.sh", *aCtx)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit c03c80c

Please sign in to comment.