We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb1e63 commit 16f4d6cCopy full SHA for 16f4d6c
tests/net/ipv6/src/main.c
@@ -848,7 +848,7 @@ ZTEST(net_ipv6, test_send_neighbor_discovery)
848
k_mem_slab_num_free_get(tx), avail_pkt_count);
849
850
zassert_equal(atomic_get(&tx_data->avail_count), avail_buf_count,
851
- "Unexpected tx data pool available count (%d vs %d)",
+ "Unexpected tx data pool available count (%ld vs %d)",
852
atomic_get(&tx_data->avail_count), avail_buf_count);
853
}
854
0 commit comments