beautiful diff
This commit is contained in:
parent
cd10ba9e06
commit
90facc051a
5 changed files with 507 additions and 474 deletions
|
@ -559,7 +559,6 @@ mod tests {
|
|||
use async_tungstenite::tungstenite::Message as WebSocketMessage;
|
||||
use gpui2::TestAppContext;
|
||||
|
||||
#[ctor::ctor]
|
||||
fn init_logger() {
|
||||
if std::env::var("RUST_LOG").is_ok() {
|
||||
env_logger::init();
|
||||
|
@ -568,6 +567,8 @@ mod tests {
|
|||
|
||||
#[gpui2::test(iterations = 50)]
|
||||
async fn test_request_response(cx: &mut TestAppContext) {
|
||||
init_logger();
|
||||
|
||||
let executor = cx.executor();
|
||||
|
||||
// create 2 clients connected to 1 server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue