make sure we can reindex from scratch

This commit is contained in:
Jude Nelson
2018-01-30 17:44:09 -05:00
parent 643fc62f23
commit 2f8ffca1da

View File

@@ -134,6 +134,9 @@ def scenario( wallets, **kw ):
print 'got\n{}'.format(base64.b64decode(res['zonefile']))
return False
# reindex
assert testlib.check_subdomain_db(**kw)
def check( state_engine ):