mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +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]
|
#[test]
|
||||||
fn test_parse_object_nodebb() -> LemmyResult<()> {
|
fn test_parse_object_nodebb() -> LemmyResult<()> {
|
||||||
test_json::<Group>("assets/nodebb/objects/group.json")?;
|
test_json::<Group>("assets/nodebb/objects/group.json")?;
|
||||||
dbg!(1);
|
|
||||||
test_json::<Page>("assets/nodebb/objects/page.json")?;
|
test_json::<Page>("assets/nodebb/objects/page.json")?;
|
||||||
dbg!(2);
|
|
||||||
test_json::<Person>("assets/nodebb/objects/person.json")?;
|
test_json::<Person>("assets/nodebb/objects/person.json")?;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue