mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-09 11:46:49 +00:00
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:
@@ -206,7 +206,7 @@ public:
|
||||
bool
|
||||
operator==(std::string const& other) const
|
||||
{
|
||||
return data == data;
|
||||
return data == other.data;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user