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