test: use correct epoch in test

This commit is contained in:
Brice Dobry
2022-12-19 20:01:33 -05:00
parent 2394e47a64
commit 487197789e

View File

@@ -1830,7 +1830,7 @@ mod test {
epoch,
)
.unwrap()[0];
TypeSignature::parse_type_repr(StacksEpochId::latest(), expr, &mut ()).unwrap_err()
TypeSignature::parse_type_repr(epoch, expr, &mut ()).unwrap_err()
}
#[apply(test_clarity_versions_signatures)]