Skip to content

Commit

Permalink
fix tests to use 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcardon committed Oct 2, 2023
1 parent 1696b49 commit c792758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/pact/caps.repl
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@
(continue-pact 1))

(begin-tx)
(env-exec-config ["DisablePact48"])
(env-exec-config ["DisablePact49"])

; pact 48 caps
(interface ops
Expand Down
2 changes: 1 addition & 1 deletion tests/pact/principals.repl
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
(create-table mstbl)

; Test principal caps created pre-info eliding
(env-exec-config ["DisablePact48"])
(env-exec-config ["DisablePact49"])
(write-principal 'a (create-principal (create-capability-guard (test-cap m))))

(write-principal 'b (create-principal (create-capability-guard (test-cap m))))
Expand Down

0 comments on commit c792758

Please sign in to comment.