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 cc51677 commit 8ba4239Copy full SHA for 8ba4239
test/ClientTests.cpp
@@ -132,11 +132,11 @@ TEST_F(ClientCase, MutateCompleteTask)
132
using namespace client::mutation::CompleteTaskMutation;
133
134
auto query = GetRequestObject();
135
- auto variables =
136
- serializeVariables({ std::make_unique<Variables::CompleteTaskInput>(today::getFakeTaskId(),
+ auto variables = serializeVariables({ std::make_unique<Variables::CompleteTaskInput>(
+ Variables::CompleteTaskInput { today::getFakeTaskId(),
137
std::nullopt,
138
std::make_optional(true),
139
- std::make_optional("Hi There!"s)) });
+ std::make_optional("Hi There!"s) }) });
140
141
auto state = std::make_shared<today::RequestState>(5);
142
auto result =
0 commit comments