Fix tests logging
This commit is contained in:
parent
f9e8b76029
commit
df9d40540b
1 changed files with 3 additions and 0 deletions
|
|
@ -55,6 +55,9 @@ namespace psemek::test
|
||||||
{
|
{
|
||||||
messages.push_back({msg.level, std::string(msg.message)});
|
messages.push_back({msg.level, std::string(msg.message)});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void flush() override
|
||||||
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue