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