diff --git a/crates/uplc/src/builder.rs b/crates/uplc/src/builder.rs index 25e2a7a3..4bff0260 100644 --- a/crates/uplc/src/builder.rs +++ b/crates/uplc/src/builder.rs @@ -379,7 +379,7 @@ impl Term { ) } - pub fn assert_on_list(self) -> Self { + pub fn expect_on_list(self) -> Self { self.lambda(EXPECT_ON_LIST) .apply(Term::var(EXPECT_ON_LIST).apply(Term::var(EXPECT_ON_LIST))) .lambda(EXPECT_ON_LIST)