diff options
Diffstat (limited to 'integration_test')
-rw-r--r-- | integration_test/node.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/integration_test/node.go b/integration_test/node.go index 09d1557..b6704e8 100644 --- a/integration_test/node.go +++ b/integration_test/node.go @@ -121,7 +121,8 @@ func NewNode( core.NewAuthenticator(privateKey), app, app, - db), + db, + &common.NullLogger{}), } } |