Skip to content

Commit

Permalink
tests, find broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
annechko committed Jan 25, 2024
1 parent d4e7cf8 commit e769dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ int main()
int res = 0;
std::vector<std::function<void()>> tests{
[]() -> void { test_help_when_no_command_expect_see_all_commands_helps(); },
// []() -> void { test_help_when_register_command_expect_no_other_commands(); },
[]() -> void { test_help_when_register_command_expect_no_other_commands(); },
// []() -> void { test_help_when_command_not_exist_expect_error(); },
// []() -> void { test_add_car_when_register_as_admin_expect_car_created(); },
// []() -> void { test_car_list_by_customer_when_car_created_by_admin_expect_customer_sees_car(); },
Expand Down

0 comments on commit e769dbe

Please sign in to comment.