mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Playing around with the tests
This commit is contained in:
@@ -9,7 +9,7 @@ var alpha;
|
||||
|
||||
buster.testCase("Standalone server startup", {
|
||||
"server start and stop" : function (done) {
|
||||
alpha = Server.from_config("alpha");
|
||||
alpha = Server.from_config("alpha",true);
|
||||
|
||||
alpha
|
||||
.on('started', function () {
|
||||
|
||||
Reference in New Issue
Block a user