chore(codegen): implemented Eq for OpenApiSchema
This commit is contained in:
parent
c8bdcc81c4
commit
6aaa06f501
4 changed files with 33 additions and 4 deletions
|
|
@ -970,4 +970,18 @@ pub(super) mod test {
|
|||
|
||||
client.user().reports(|b| b).await.unwrap();
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn key_info() {
|
||||
let client = test_client().await;
|
||||
|
||||
client.key().info(|b| b).await.unwrap();
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn key_log() {
|
||||
let client = test_client().await;
|
||||
|
||||
client.key().log(|b| b).await.unwrap();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue