Skip to content

Commit 788084f

Browse files
ci(pre-commit): Apply automatic fixes
1 parent ee7078b commit 788084f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/validation/i2c_master/i2c_master.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ void rtc_run_clock() {
162162
ds1307_get_time(&read_sec, &read_min, &read_hour, &read_day, &read_month, &read_year);
163163

164164
//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
166166
TEST_ASSERT_EQUAL(start_min, read_min);
167167
TEST_ASSERT_EQUAL(start_hour, read_hour);
168168
TEST_ASSERT_EQUAL(start_day, read_day);

0 commit comments

Comments
 (0)