mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 13:51:19 +00:00
clippy
This commit is contained in:
parent
5b99e99819
commit
748bc45159
1 changed files with 0 additions and 2 deletions
|
@ -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