Skip to content

Commit e01664d

Browse files
committed
fix: annotation
1 parent c511e8b commit e01664d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • openleadr-client/tests/common

openleadr-client/tests/common/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ pub async fn setup_program_client<K: ClientKind>(
169169
client.create_program(program_content).await.unwrap()
170170
}
171171

172+
#[allow(unused)]
172173
pub async fn setup_client_with_role<K: ClientKind>(db: PgPool, role: AuthRole) -> Client<K> {
173174
let cred = default_credentials(role);
174175
let storage = PostgresStorage::new(db).unwrap();

0 commit comments

Comments
 (0)