Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis authored Jan 13, 2025
1 parent 32d625b commit 353945d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_Datapoint/test_Datapoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ void test_ScheduleDecode() {
std::size_t result = VitoWiFi::decodeSchedule(data, len, buffer, bufferLen);

TEST_ASSERT_EQUAL(bufferLen, result);
TEST_ASSERT_EQUAL_STRING_LEN(expected, buffer, bufferLen)
TEST_ASSERT_EQUAL_STRING_LEN(expected, buffer, bufferLen);
}

int main() {
Expand Down

0 comments on commit 353945d

Please sign in to comment.