mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
test/server.js asserts on exit that stop() has been called (to detect improper exit)
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",true);
|
||||
alpha = Server.from_config("alpha"); //ADD ,true for verbosity
|
||||
|
||||
alpha
|
||||
.on('started', function () {
|
||||
|
||||
Reference in New Issue
Block a user