fix some more tests

This commit is contained in:
microproofs 2024-03-31 16:50:30 -04:00 committed by Kasey
parent 7b5ad961e2
commit 999e408a28
1 changed files with 3 additions and 3 deletions

View File

@ -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>,
}
@ -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>,
}
@ -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>,
}