mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
Fix UnitTest doc
This commit is contained in:
@@ -35,7 +35,7 @@ class UnitTests;
|
|||||||
class MyTest : public UnitTest
|
class MyTest : public UnitTest
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
MyTest() : UnitTest ("Foobar testing") { }
|
MyTest() : UnitTest ("Foobar testing", "packageName") { }
|
||||||
|
|
||||||
void runTest()
|
void runTest()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user