mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 23:44:38 +00:00
unused use in test
This commit is contained in:
parent
cfb190d00c
commit
2a775c93fa
1 changed files with 1 additions and 2 deletions
|
@ -50,7 +50,6 @@ pub async fn connect(address: ServerAddress) -> Result<(), Box<dyn std::error::E
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::{
|
||||
packets::login::{
|
||||
serverbound_hello_packet::{ProfilePublicKeyData, ServerboundHelloPacket},
|
||||
|
@ -64,7 +63,7 @@ mod tests {
|
|||
|
||||
#[tokio::test]
|
||||
async fn test_hello_packet() {
|
||||
let packet = ServerboundHelloPacket {
|
||||
let packet = ServerboundHelloPacket {
|
||||
username: "test".to_string(),
|
||||
public_key: Some(ProfilePublicKeyData {
|
||||
expires_at: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue