Skip to content

Commit

Permalink
167: Resolve comments during PR.
Browse files Browse the repository at this point in the history
Signed-off-by: Deyan Zhekov <[email protected]>
  • Loading branch information
deyanzz committed Oct 11, 2023
1 parent 191d650 commit b8259a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sdk/tests/integration/ClientIntegrationTest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ using namespace Hedera;
class ClientIntegrationTest : public BaseIntegrationTest
{
protected:
// [[nodiscard]] inline const Client& getTestClient() const { return mClient; }
[[nodiscard]] inline const std::string_view& getJsonNetworkTag() const { return mJsonNetworkTag; }
[[nodiscard]] inline const std::string_view& getJsonOperatorTag() const { return mJsonOperatorTag; }
[[nodiscard]] inline const std::string_view& getJsonAccountIdTag() const { return mJsonAccountIdTag; }
Expand All @@ -62,8 +61,6 @@ class ClientIntegrationTest : public BaseIntegrationTest
[[nodiscard]] inline const std::string getPathToJSON() const { return mFilePath.string(); }

private:
// Client mClient;

const std::string_view mJsonNetworkTag = "network";
const std::string_view mJsonOperatorTag = "operator";
const std::string_view mJsonAccountIdTag = "accountId";
Expand Down

0 comments on commit b8259a7

Please sign in to comment.