Skip to content

Commit 0dacc22

Browse files
author
Antti Kauppila
committed
Unittests fixed
1 parent f8e0e8d commit 0dacc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UNITTESTS/features/lorawan/loramacchannelplan/Test_LoRaMacChannelPlan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ TEST_F(Test_LoRaMacChannelPlan, remove_plan)
132132
LoRaPHY_stub::bool_table[5] = true;
133133
LoRaPHY_stub::bool_table[6] = false;//false for remove_single_channel(i)
134134

135-
EXPECT_TRUE(object->remove_plan() == LORAWAN_STATUS_SERVICE_UNKNOWN);
135+
EXPECT_TRUE(object->remove_plan() == LORAWAN_STATUS_PARAMETER_INVALID);
136136

137137
LoRaPHY_stub::uint8_value = 3;
138138
LoRaPHY_stub::bool_counter = 0;

0 commit comments

Comments
 (0)