Unit tests: fix IRDA test data (#488)

* Unit tests: fix IRDA test data
* Fix format-errors on test data files
* Fix sticking red/green light on unit-tests

Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: Albert Kharisov <albert@flipperdevices.com>
This commit is contained in:
SG
2021-05-25 19:43:14 +10:00
committed by GitHub
parent 19644f6af5
commit 1a1c5fa05d
5 changed files with 57 additions and 60 deletions

View File

@@ -20,11 +20,9 @@ int32_t flipper_test_app(void* p) {
if(test_result == 0) {
// test passed
notification_message(notification, &sequence_success);
notification_message(notification, &sequence_set_only_green_255);
} else {
// test failed
notification_message(notification, &sequence_error);
notification_message(notification, &sequence_set_only_red_255);
}
furi_record_close("notification");