Update src/test/basics/TaggedCache_test.cpp

Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
This commit is contained in:
Jingchen
2026-06-08 12:51:05 +01:00
committed by GitHub
parent b7a066caa1
commit fe996913f5

View File

@@ -206,7 +206,7 @@ public:
bool
operator==(std::string const& other) const
{
return data == data;
return data == other.data;
}
};