From fffbf6e8dba8d28f701f02da294cc5ed386f5470 Mon Sep 17 00:00:00 2001 From: Sander Speetjens Date: Sat, 23 Dec 2023 16:15:43 +0100 Subject: [PATCH] tcp_cmd fix the tests --- tests/tcp_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tcp_cmd.cpp b/tests/tcp_cmd.cpp index 898a074..a8d7f8d 100644 --- a/tests/tcp_cmd.cpp +++ b/tests/tcp_cmd.cpp @@ -149,7 +149,7 @@ TEST(TCP_CMD, tcp_data_cb) { #ifndef DEBUG EXPECT_EQ(output, "$>\n"); #else - EXPECT_EQ(output, "tcp_recved\nlcd_display_text @ 10 10 with color 0xFF555555 bg color 0xFFAAAAAA\nThis is printed on the display\ntcp_write:\n$>\ntcp_output\npbuf_free\n"); + EXPECT_EQ(output, "tcp_recved\nlcd_display_text @ 10 10 with color 0x00555555 bg color 0x00AAAAAA\nThis is printed on the display\ntcp_write:\n$>\ntcp_output\npbuf_free\n"); #endif strcpy(cmd, "color 255 255 255");