smoltcp-rs / smoltcp

a smol tcp/ip stack
BSD Zero Clause License
3.82k stars 433 forks source link

Fix wrong feature flag for UDP broadcast test #968

Closed thvdveld closed 3 months ago

thvdveld commented 3 months ago

The UDP broadcast test was using the wrong feature flag. This commit fixes the feature flag to use the correct one. This must have slipped through the cracks when I updated the tests to use rstest.