Skip to content

Commit

Permalink
test: Fix compilation of test_execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Sep 8, 2024
1 parent 0809f3d commit a16de90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/test_execution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ struct StdexecMockTest : test::ExecutionTestMixin<test::MockTest>
TEST_CASE_FIXTURE(StdexecMockTest, "stdexec mock unary request")
{
using RPC = test::UnaryInterfaceClientRPC;
auto mock_reader = test::set_up_unary_test(*this);
test::set_up_unary_test(*this);
grpc::ClientContext client_context;
test::set_default_deadline(client_context);
RPC::Request request;
Expand Down

0 comments on commit a16de90

Please sign in to comment.