Skip to content

Commit

Permalink
Re-enabled test
Browse files Browse the repository at this point in the history
  • Loading branch information
orlopau committed Dec 8, 2024
1 parent fca2606 commit 260ce44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/test/native/test_step_brewing/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,12 +296,12 @@ void test_force_advance_to_next_pour_via_click(void)
int main(void)
{
UNITY_BEGIN();
// RUN_TEST(test_can_step_forward);
// RUN_TEST(test_recipe_brewing);
// RUN_TEST(test_recipe_auto_advances_step_when_flag_is_set);
// RUN_TEST(test_recipe_auto_starts_when_flag_is_enbled);
// RUN_TEST(test_recipe_shows_pause_time_when_auto_start_disabled_and_pour_time_0);
RUN_TEST(test_can_step_forward);
RUN_TEST(test_recipe_brewing);
RUN_TEST(test_recipe_auto_advances_step_when_flag_is_set);
RUN_TEST(test_recipe_auto_starts_when_flag_is_enbled);
RUN_TEST(test_recipe_shows_pause_time_when_auto_start_disabled_and_pour_time_0);
RUN_TEST(test_advance_to_next_pour_via_click);
// RUN_TEST(test_force_advance_to_next_pour_via_click);
RUN_TEST(test_force_advance_to_next_pour_via_click);
UNITY_END();
}

0 comments on commit 260ce44

Please sign in to comment.