add tests, fixes, simplifications

This commit is contained in:
keorn
2016-09-08 16:27:54 +02:00
parent 747898d8e7
commit fc3d01ec71
4 changed files with 50 additions and 20 deletions

View File

@@ -42,7 +42,7 @@ pub struct AuthorityRound {
#[cfg(test)]
mod tests {
use serde_json;
use spec::basic_authority::AuthorityRound;
use spec::authority_round::AuthorityRound;
#[test]
fn basic_authority_deserialization() {