mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
test: use similar-asserts instead of pretty-assertions (#6208)
This commit is contained in:
@ -182,7 +182,7 @@ pub fn is_flag_type(ftype: &str) -> bool {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use pretty_assertions::assert_eq;
|
||||
use similar_asserts::assert_eq;
|
||||
use syn::parse2;
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user