Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Fix check in link_test | Martin Braun | 2021-08-31 | 1 | -2/+2 |
| | | | | | | | | The test_recv_get_release test should be checking received packets had the same content as they did on send(), but was instead assigning to the received buffer. Shoutouts to GitHub user johnwstanford for pointing out the issue. | ||||
* | tests: add mock transport implementation and test | Ciro Nishiguchi | 2019-11-26 | 1 | -0/+162 |
Add test for transports using mock transports |