diff options
Diffstat (limited to 'tests/test_rdb.rs')
| -rw-r--r-- | tests/test_rdb.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_rdb.rs b/tests/test_rdb.rs index 109872c..34382ef 100644 --- a/tests/test_rdb.rs +++ b/tests/test_rdb.rs @@ -697,6 +697,7 @@ fn test_rdb_file() { ]; let result = RDBFile::from_bytes(&input); + dbg!(&result); assert!(result.is_ok()); let (rdb, _) = result.unwrap(); |
