From 1637e23c6c96feb30d09e472692387621ceb2cce Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 9 Dec 2021 17:31:58 +0000 Subject: fix formatters --- minecraft-chat/tests/integration_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minecraft-chat/tests') diff --git a/minecraft-chat/tests/integration_test.rs b/minecraft-chat/tests/integration_test.rs index 0574861b..54426ed2 100644 --- a/minecraft-chat/tests/integration_test.rs +++ b/minecraft-chat/tests/integration_test.rs @@ -12,5 +12,5 @@ fn test() { ) .unwrap(); let component = Component::new(&j).unwrap(); - assert_eq!(component.to_ansi(None), "\x1b[38;2;255;85;85mhello\x1b[m"); + assert_eq!(component.to_ansi(None), "\x1b[1m\x1b[38;2;255;85;85mhello\x1b[m"); } -- cgit v1.2.3