ci(pre-commit): Apply automatic fixes · espressif/arduino-esp32@788084f (original) (raw)
File tree
1 file changed
lines changed
- tests/validation/i2c_master
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -162,7 +162,7 @@ void rtc_run_clock() { | ||
162 | 162 | ds1307_get_time(&read_sec, &read_min, &read_hour, &read_day, &read_month, &read_year); |
163 | 163 | |
164 | 164 | //Check time |
165 | -TEST_ASSERT_NOT_EQUAL(start_sec, read_sec); //Seconds should have changed | |
165 | +TEST_ASSERT_NOT_EQUAL(start_sec, read_sec); //Seconds should have changed | |
166 | 166 | TEST_ASSERT_EQUAL(start_min, read_min); |
167 | 167 | TEST_ASSERT_EQUAL(start_hour, read_hour); |
168 | 168 | TEST_ASSERT_EQUAL(start_day, read_day); |