mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-05 08:48:13 +00:00
fix: Reading log_channels levels from config (#1821)
This commit is contained in:
@@ -91,7 +91,7 @@ protected:
|
||||
checkEqual(std::string expected)
|
||||
{
|
||||
auto value = buffer_.getStrAndReset();
|
||||
ASSERT_EQ(value, expected + '\n');
|
||||
ASSERT_EQ(value, expected + '\n') << "Got: " << value;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user