diff --git a/crates/aiken-project/src/tests/gen_uplc.rs b/crates/aiken-project/src/tests/gen_uplc.rs index 97850aac..ab6835c1 100644 --- a/crates/aiken-project/src/tests/gen_uplc.rs +++ b/crates/aiken-project/src/tests/gen_uplc.rs @@ -4387,7 +4387,7 @@ fn record_update_output_2_vals() { type Output { address: Address, - value: List<(ByteArray, List<(ByteArray, Int)>)>, + value: List>>>, datum: Datum, script_ref: Option, } @@ -4489,7 +4489,7 @@ fn record_update_output_1_val() { type Output { address: Address, - value: List<(ByteArray, List<(ByteArray, Int)>)>, + value: List>>>, datum: Datum, script_ref: Option, } @@ -4590,7 +4590,7 @@ fn record_update_output_first_last_val() { type Output { address: Address, - value: List<(ByteArray, List<(ByteArray, Int)>)>, + value: List>>>, datum: Datum, script_ref: Option, }