From e2e56cce21527b81f8058418957bcd3108f44986 Mon Sep 17 00:00:00 2001 From: chrysn Date: Sat, 3 Oct 2020 00:00:46 +0200 Subject: [PATCH] tests/unittests: Change sequence of expected resources This is a consequence of "Register additional resources head-first", and is acceptable as there are no semantics to the link-format message. --- tests/unittests/tests-gcoap/tests-gcoap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unittests/tests-gcoap/tests-gcoap.c b/tests/unittests/tests-gcoap/tests-gcoap.c index 7ba737868d..71c6464574 100644 --- a/tests/unittests/tests-gcoap/tests-gcoap.c +++ b/tests/unittests/tests-gcoap/tests-gcoap.c @@ -49,7 +49,7 @@ static gcoap_listener_t listener_second = { .next = NULL }; -static const char *resource_list_str = ",,,"; +static const char *resource_list_str = ",,,"; /* * Client GET request success case. Test request generation.