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

This commit is contained in:
Kayos 2026-05-05 20:14:33 -07:00
parent edd1948dec
commit 101c85c0a0

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),