mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 11:34:07 +08:00
IntegerSpec test name fix
This commit is contained in:
parent
ac2a31b087
commit
1e1fdc613b
@ -7,7 +7,7 @@
|
||||
#include <uavcan/internal/marshalling/types.hpp>
|
||||
|
||||
|
||||
TEST(Integer, Limits)
|
||||
TEST(IntegerSpec, Limits)
|
||||
{
|
||||
using uavcan::IntegerSpec;
|
||||
using uavcan::SignednessSigned;
|
||||
@ -48,7 +48,7 @@ TEST(Integer, Limits)
|
||||
}
|
||||
|
||||
|
||||
TEST(Integer, Basic)
|
||||
TEST(IntegerSpec, Basic)
|
||||
{
|
||||
using uavcan::IntegerSpec;
|
||||
using uavcan::SignednessSigned;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user