Skip to content

Commit 09d4c9b

Browse files
Yasin Ustunerkartben
authored andcommitted
tests: counter: Remove unused line
This commit removes unused line from counter_basic_api test. Signed-off-by: Yasin Ustuner <Yasin.Ustuner@analog.com>
1 parent cdd4460 commit 09d4c9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/drivers/counter/counter_basic_api/src/test_counter.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,6 @@ static void test_single_shot_alarm_instance(const struct device *dev, bool set_t
453453
zassert_equal(-EINVAL, err,
454454
"%s: Counter should return error because ticks"
455455
" exceeded the limit set alarm", dev->name);
456-
cntr_alarm_cfg.ticks = ticks - 1;
457456
}
458457

459458
cntr_alarm_cfg.ticks = ticks;

0 commit comments

Comments
 (0)