test: add upgrader to remaining tests

License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
This commit is contained in:
Jacob Heun
2019-09-06 11:30:15 +02:00
parent d65f3ce228
commit 6f04526083
10 changed files with 25 additions and 12 deletions

6
test/utils/upgrader.js Normal file
View File

@@ -0,0 +1,6 @@
'use strict'
module.exports = {
upgradeOutbound: (conn) => conn,
upgradeInbound: (conn) => conn,
}