docs(tests/eos): updated eos test documentation
This commit is contained in:
@@ -26,7 +26,6 @@ std::string TEST_CONFIG = std::string(getenv("MESON_SOURCE_ROOT")) + "/tests/tes
|
||||
|
||||
TEST_F(eosTest, read_helm_table) {
|
||||
Config::getInstance().loadConfig(TEST_CONFIG);
|
||||
// Capture the << operator output as a string
|
||||
ResourceManager& rm = ResourceManager::getInstance();
|
||||
auto& eos = std::get<std::unique_ptr<EosIO>>(rm.getResource("eos:helm"));
|
||||
auto& table = eos->getTable();
|
||||
|
||||
Reference in New Issue
Block a user