From 4eca7b72db7f5c921927ca5b7a16a8d05b093861 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 6 Sep 2022 12:14:57 +0100 Subject: trivial: Update the ColorHug test to reflect reality --- gusb/gusb-self-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gusb/gusb-self-test.c b/gusb/gusb-self-test.c index 81ca246..462b8d7 100644 --- a/gusb/gusb-self-test.c +++ b/gusb/gusb-self-test.c @@ -450,7 +450,7 @@ gusb_device_ch2_func(void) /* get the firmware version */ tmp = g_usb_device_get_string_descriptor(device, idx, &error); g_assert_no_error(error); - g_assert_cmpstr(tmp, ==, "2.0.3"); + g_assert_cmpstr(tmp, ==, "2.0.7"); /* close */ ret = g_usb_device_close(device, &error); -- cgit v1.2.1