Updates from merge

This commit is contained in:
Christopher Goes
2018-07-17 02:41:36 +02:00
parent a4e7216b36
commit 9ad3d62e49
2 changed files with 4 additions and 14 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ func TestFullGaiaSimulation(t *testing.T) {
// Setup Gaia application
logger := log.NewNopLogger()
db := dbm.NewMemDB()
app := gaia.NewGaiaApp(logger, db)
app := gaia.NewGaiaApp(logger, db, nil)
require.Equal(t, "GaiaApp", app.Name())
}