fix(dao): scope as_constr import to test that uses it

This commit is contained in:
Sulkta 2026-05-05 20:14:33 -07:00
parent 69f93339fd
commit 4644fb525f

View file

@ -317,6 +317,7 @@ mod tests {
#[test]
fn proposal_redeemer_indices() {
use crate::agora::plutus_data::as_constr;
for (r, i) in [
(ProposalRedeemer::Vote(0), 0u64),
(ProposalRedeemer::Cosign, 1),