diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2015-11-24 08:33:59 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2015-11-24 08:33:59 +0100 |
commit | 3bcb78b3aff565996ee0e2aa96bce7f1bdd6d66a (patch) | |
tree | b202172a35956b252282105f614fc9646ca64ebb /test/utils.js | |
parent | 2e3b5b0db652ae4787e359aadbd4f52e473b6af7 (diff) | |
download | PeerTube-3bcb78b3aff565996ee0e2aa96bce7f1bdd6d66a.tar.gz PeerTube-3bcb78b3aff565996ee0e2aa96bce7f1bdd6d66a.tar.zst PeerTube-3bcb78b3aff565996ee0e2aa96bce7f1bdd6d66a.zip |
Make the network auto sufficient (eject bad pods with scores)
Diffstat (limited to 'test/utils.js')
-rw-r--r-- | test/utils.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/utils.js b/test/utils.js index 69f43d731..af3e8665d 100644 --- a/test/utils.js +++ b/test/utils.js | |||
@@ -74,8 +74,8 @@ | |||
74 | } | 74 | } |
75 | 75 | ||
76 | module.exports = { | 76 | module.exports = { |
77 | flushTests: flushTests, | ||
77 | runMultipleServers: runMultipleServers, | 78 | runMultipleServers: runMultipleServers, |
78 | runServer: runServer, | 79 | runServer: runServer |
79 | flushTests: flushTests | ||
80 | } | 80 | } |
81 | })() | 81 | })() |