Skip to content

Commit

Permalink
Update import statement in isototest test module
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Aug 30, 2024
1 parent db457c2 commit 1eb5ef5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions isototest/tests/test.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
use isototest::connection::kill_client;
use std::net::SocketAddr;
use tokio::net::TcpListener;
use vnc::client;
use vnc::PixelFormat;
use vnc::VncError;

use isototest::connection::create_vnc_client;
use isototest::connection::{create_vnc_client, kill_client};
mod common;

#[tokio::test]
Expand Down

0 comments on commit 1eb5ef5

Please sign in to comment.