mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-17 02:24:48 +08:00
test: use correct epoch in test
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user