Skip to content

Commit

Permalink
JsonApiWithWorkersTestBase
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis committed Sep 17, 2024
1 parent 3230c06 commit 88de131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions silkworm/rpc/test_util/api_test_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class JsonApiWithWorkersTestBase : public ServiceContextTestBase {
return spawn_and_wait((api.*method)(std::forward<Args>(args)...));
}

private:
WorkerPool workers_;
};

Expand Down

0 comments on commit 88de131

Please sign in to comment.