aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--applications/message_handler/test/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/message_handler/test/main.cpp b/applications/message_handler/test/main.cpp
index 0d88611..1c5e108 100644
--- a/applications/message_handler/test/main.cpp
+++ b/applications/message_handler/test/main.cpp
@@ -202,7 +202,7 @@ void testCapabilities(MessageClient client) {
TEST_ASSERT(expected_rsp.custom_dma == rsp.custom_dma);
#ifdef ETHOSU
- TEST_ASSERT(rsp.version_major > 0 || rsp.version_minor > 0);
+ TEST_ASSERT(rsp.version_status > 0);
TEST_ASSERT(rsp.product_major > 0);
TEST_ASSERT(rsp.arch_major_rev > 0 || rsp.arch_minor_rev > 0 || rsp.arch_patch_rev > 0);
TEST_ASSERT(rsp.driver_major_rev > 0 || rsp.driver_minor_rev > 0 || rsp.driver_patch_rev > 0);