Add password to test

This commit is contained in:
nolash
2020-08-05 19:51:22 +02:00
parent 36ffad1202
commit a845aecda1
2 changed files with 8 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ class TestDatabase(unittest.TestCase):
""")
self.db.cur.execute("CREATE UNIQUE INDEX ethereum_address_idx ON ethereum ( wallet_address_hex );")
self.db.conn.commit()
self.db.new(self.address_hex)
self.db.new(self.address_hex, 'foo')
def tearDown(self):