docs(tests/eos): updated eos test documentation

This commit is contained in:
2025-03-20 14:37:34 -04:00
parent ed0e079150
commit 697c783c5d

View File

@@ -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();