web3-proxy/web3_proxy/tests/test_users.rs
2023-06-29 13:12:35 -07:00

22 lines
321 B
Rust

mod common;
use crate::common::TestApp;
#[ignore]
#[test_log::test(tokio::test)]
async fn test_log_in_and_out() {
let x = TestApp::spawn().await;
let w = x.wallet(0);
todo!();
}
#[ignore]
#[test_log::test(tokio::test)]
async fn test_referral_bonus() {
let x = TestApp::spawn().await;
todo!();
}