switch to pretty_assertions, makes it much easier to tell what blew up
This commit is contained in:
parent
6b27a560e3
commit
e1287514f6
5 changed files with 7 additions and 0 deletions
|
|
@ -208,6 +208,7 @@ impl Comment {
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use pretty_assertions::assert_eq;
|
||||
|
||||
#[test]
|
||||
fn read_comment_0() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue