Fix KeyvaDB unit test package name

This commit is contained in:
Vinnie Falco
2013-07-29 13:43:39 -07:00
parent ddef0ae7c7
commit c8a137d43e

View File

@@ -708,7 +708,7 @@ public:
maxPayloadBytes = 8 * 1024 maxPayloadBytes = 8 * 1024
}; };
KeyvaDBTests () : UnitTest ("KeyvaDB", "ripple") KeyvaDBTests () : UnitTest ("KeyvaDB", "beast")
{ {
} }