forked from EvergreenCrypto/docker-finance
container: root: common: utility: refactor/add tests
This commit is contained in:
@@ -102,9 +102,6 @@ struct ByteFixture
|
||||
struct CommonFixture
|
||||
{
|
||||
protected:
|
||||
using EErrorCode = ::TInterpreter::EErrorCode;
|
||||
std::unique_ptr<EErrorCode> ecode;
|
||||
CommonFixture() { ecode = std::make_unique<EErrorCode>(); }
|
||||
};
|
||||
} // namespace tests
|
||||
} // namespace dfi
|
||||
|
||||
Reference in New Issue
Block a user