tests: net: net_pkt: Fix typo
This fixes what seems to be a copy and paste error. Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
parent
672dab0566
commit
1bedf6209b
1 changed files with 1 additions and 1 deletions
|
@ -1265,7 +1265,7 @@ ZTEST(net_pkt_test_suite, test_net_pkt_shallow_clone_append_buf_0)
|
|||
|
||||
ZTEST(net_pkt_test_suite, test_net_pkt_shallow_clone_append_buf_1)
|
||||
{
|
||||
test_net_pkt_shallow_clone_append_buf(2);
|
||||
test_net_pkt_shallow_clone_append_buf(1);
|
||||
}
|
||||
|
||||
ZTEST(net_pkt_test_suite, test_net_pkt_shallow_clone_append_buf_2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue