smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
241 stars 244 forks source link

Fix protocol handler unit test crash #3623

Closed jacobkeeler closed 3 years ago

jacobkeeler commented 3 years ago

Fixes segfault in protocol handler unit test

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

Run unit tests

Summary

Fix order of actions in protocol handler unit test expectations and add assert statement to prevent crash on failure.

Changelog

Bug Fixes

CLA