Skip to content

Commit

Permalink
fix some more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroProofs committed May 4, 2024
1 parent 7b5ad96 commit 999e408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/aiken-project/src/tests/gen_uplc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4387,7 +4387,7 @@ fn record_update_output_2_vals() {
type Output {
address: Address,
value: List<(ByteArray, List<(ByteArray, Int)>)>,
value: List<Pair<ByteArray, List<Pair<ByteArray, Int>>>>,
datum: Datum,
script_ref: Option<ByteArray>,
}
Expand Down Expand Up @@ -4489,7 +4489,7 @@ fn record_update_output_1_val() {
type Output {
address: Address,
value: List<(ByteArray, List<(ByteArray, Int)>)>,
value: List<Pair<ByteArray, List<Pair<ByteArray, Int>>>>,
datum: Datum,
script_ref: Option<ByteArray>,
}
Expand Down Expand Up @@ -4590,7 +4590,7 @@ fn record_update_output_first_last_val() {
type Output {
address: Address,
value: List<(ByteArray, List<(ByteArray, Int)>)>,
value: List<Pair<ByteArray, List<Pair<ByteArray, Int>>>>,
datum: Datum,
script_ref: Option<ByteArray>,
}
Expand Down

0 comments on commit 999e408

Please sign in to comment.