mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
pretty assert
This commit is contained in:
@@ -47,6 +47,8 @@ mod tests {
|
||||
|
||||
use super::*;
|
||||
|
||||
use pretty_assertions::assert_eq;
|
||||
|
||||
#[test]
|
||||
fn test_utils_random_alphanumeric_with_len() {
|
||||
assert_eq!(random_alphanumeric_with_len(256).len(), 256);
|
||||
|
||||
Reference in New Issue
Block a user