mismatch between the test dir used and the test dir cleaned up... (#3133)

This commit is contained in:
Antioch Peverell 2019-11-22 11:17:00 +00:00 committed by GitHub
parent 04e7d307ce
commit 32609fc542
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ fn test_coinbase_maturity() {
{ {
let chain = chain::Chain::init( let chain = chain::Chain::init(
".grin".to_string(), chain_dir.to_string(),
Arc::new(NoopAdapter {}), Arc::new(NoopAdapter {}),
genesis_block, genesis_block,
pow::verify_size, pow::verify_size,