We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d4b09 commit 008ca7dCopy full SHA for 008ca7d
test/ClientTests.cpp
@@ -246,7 +246,8 @@ TEST_F(ClientCase, MutateCompleteTask)
246
{ std::make_unique<CompleteTaskInput>(CompleteTaskInput { today::getFakeTaskId(),
247
std::nullopt,
248
std::make_optional(true),
249
- std::make_optional("Hi There!"s) }) });
+ std::make_optional("Hi There!"s) }),
250
+ std::vector<bool>({true,false})});
251
252
auto state = std::make_shared<today::RequestState>(5);
253
auto result =
0 commit comments