switch to pretty_assertions, makes it much easier to tell what blew up

This commit is contained in:
Sebastian Kuzminsky 2025-07-23 15:26:42 -06:00
parent 6b27a560e3
commit e1287514f6
5 changed files with 7 additions and 0 deletions

View file

@ -208,6 +208,7 @@ impl Comment {
#[cfg(test)]
mod tests {
use super::*;
use pretty_assertions::assert_eq;
#[test]
fn read_comment_0() {