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
|
|
@ -548,6 +548,7 @@ impl Issue {
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use pretty_assertions::assert_eq;
|
||||
|
||||
#[test]
|
||||
fn read_issue_0() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue