Skip to content

Commit f7f6f7a

Browse files
committed
fix build
1 parent b5593ac commit f7f6f7a

File tree

1 file changed

+1
-0
lines changed
  • src/jormungandr/testing/jormungandr-integration-tests/src/jormungandr/explorer

1 file changed

+1
-0
lines changed

src/jormungandr/testing/jormungandr-integration-tests/src/jormungandr/explorer/explorer_sanity.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ fn epoch(explorer: &Explorer) {
177177
assert_eq!(epoch.data.unwrap().epoch.id, "1", "can't find epoch");
178178
}
179179

180+
#[allow(dead_code)]
180181
struct ExplorerProcess {
181182
handler: Option<std::process::Child>,
182183
logs_dir: Option<std::path::PathBuf>,

0 commit comments

Comments
 (0)