From 316842876d371e0ec03c111679111378629655f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=BCndler?= Date: Sun, 31 Dec 2023 11:44:02 +0100 Subject: [PATCH] Fix PlutusData Constr test case --- crates/uplc/tests/pretty_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/uplc/tests/pretty_tests.rs b/crates/uplc/tests/pretty_tests.rs index 9b6477c0..c1d72fa5 100644 --- a/crates/uplc/tests/pretty_tests.rs +++ b/crates/uplc/tests/pretty_tests.rs @@ -109,7 +109,7 @@ fn constant_data_constr() { round_trip( Term::::Constant( Constant::Data(PlutusData::Constr(Constr:: { - tag: 1, + tag: 122, any_constructor: None, fields: vec![PlutusData::BigInt(pallas_primitives::alonzo::BigInt::Int( 2.into(),