aboutsummaryrefslogtreecommitdiff
path: root/azalea-chat/tests
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-chat/tests')
-rwxr-xr-xazalea-chat/tests/integration_test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-chat/tests/integration_test.rs b/azalea-chat/tests/integration_test.rs
index c2be960e..cc976888 100755
--- a/azalea-chat/tests/integration_test.rs
+++ b/azalea-chat/tests/integration_test.rs
@@ -1,6 +1,6 @@
use azalea_chat::{
- component::Component,
style::{Ansi, ChatFormatting, TextColor},
+ Component,
};
use serde::Deserialize;
use serde_json::Value;