Skip to content

Commit

Permalink
Ensure verify_slice succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Feb 19, 2018
1 parent a2fa60f commit 5e3c781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/historian.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ mod tests {
ExitReason::RecvDisconnected
);

verify_slice(&[entry0, entry1], 0);
assert!(verify_slice(&[entry0, entry1], 0));
}

#[test]
Expand Down

0 comments on commit 5e3c781

Please sign in to comment.