Skip to content

Commit

Permalink
chore: resolve rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Jan 31, 2024
1 parent 7fa5db3 commit 5bdb867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/deployment.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use {
crate::utils::{
encode_auth, generate_account, verify_jwt, UnregisterIdentityRequestAuth, JWT_LEEWAY,
MockGetRpcUrl, RELAY_MESSAGE_DELIVERY_TIMEOUT,
encode_auth, generate_account, verify_jwt, MockGetRpcUrl, UnregisterIdentityRequestAuth,
JWT_LEEWAY, RELAY_MESSAGE_DELIVERY_TIMEOUT,
},
base64::Engine,
chacha20poly1305::{
Expand Down
2 changes: 1 addition & 1 deletion tests/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use {
relay_client::http::Client,
relay_rpc::{
auth::{cacao::signature::eip1271::get_rpc_url::GetRpcUrl, ed25519_dalek::Keypair},
domain::ProjectId,
domain::{ProjectId, Topic},
jwt::{JwtHeader, JWT_HEADER_ALG, JWT_HEADER_TYP},
rpc::SubscriptionData,
},
Expand Down

0 comments on commit 5bdb867

Please sign in to comment.