make sure we can reindex from scratch

This commit is contained in:
Jude Nelson
2018-01-30 17:44:20 -05:00
parent 2f8ffca1da
commit 46e544088d

View File

@@ -135,6 +135,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 ):