Skip to content

Commit

Permalink
mismatch between the test dir used and the test dir cleaned up... (#3133
Browse files Browse the repository at this point in the history
)
  • Loading branch information
antiochp authored Nov 22, 2019
1 parent 04e7d30 commit 32609fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/tests/test_coinbase_maturity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn test_coinbase_maturity() {

{
let chain = chain::Chain::init(
".grin".to_string(),
chain_dir.to_string(),
Arc::new(NoopAdapter {}),
genesis_block,
pow::verify_size,
Expand Down

0 comments on commit 32609fc

Please sign in to comment.