Rename the nullifier test module (#2504)

This commit is contained in:
teor 2021-07-21 09:25:27 +10:00 committed by GitHub
parent 544be14c70
commit 170e343905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
//! Tests for state contextual validation checks.
mod prop;
mod nullifier;
mod vectors;