Skip to content

Commit 76c17eb

Browse files
committed
fixed "it_can_be_started" test
1 parent e8345cb commit 76c17eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ethcore/service/src/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ mod tests {
274274
restoration_db_handler,
275275
tempdir.path(),
276276
Arc::new(Miner::new_for_tests(&spec, None)),
277-
Arc(ShutdownManager::null()),
277+
Arc::new(ShutdownManager::null()),
278278
);
279279
assert!(service.is_ok());
280280
drop(service.unwrap());

0 commit comments

Comments
 (0)