make sure we can reindex from scratch

This commit is contained in:
Jude Nelson
2018-01-30 17:43:50 -05:00
parent db95a49021
commit 643fc62f23

View File

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