mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 09:24:17 +00:00
clippy
This commit is contained in:
parent
5b99e99819
commit
748bc45159
|
@ -194,9 +194,7 @@ mod tests {
|
|||
#[test]
|
||||
fn test_parse_object_nodebb() -> LemmyResult<()> {
|
||||
test_json::<Group>("assets/nodebb/objects/group.json")?;
|
||||
dbg!(1);
|
||||
test_json::<Page>("assets/nodebb/objects/page.json")?;
|
||||
dbg!(2);
|
||||
test_json::<Person>("assets/nodebb/objects/person.json")?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue