Skip to content

Commit 008ca7d

Browse files
authored
Update ClientTests.cpp
1 parent 14d4b09 commit 008ca7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/ClientTests.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ TEST_F(ClientCase, MutateCompleteTask)
246246
{ std::make_unique<CompleteTaskInput>(CompleteTaskInput { today::getFakeTaskId(),
247247
std::nullopt,
248248
std::make_optional(true),
249-
std::make_optional("Hi There!"s) }) });
249+
std::make_optional("Hi There!"s) }),
250+
std::vector<bool>({true,false})});
250251

251252
auto state = std::make_shared<today::RequestState>(5);
252253
auto result =

0 commit comments

Comments
 (0)