mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Revert changes to fork choice tests
This commit is contained in:
@@ -153,7 +153,7 @@ impl<E: EthSpec> Case for ForkChoiceTest<E> {
|
|||||||
self.description.clone()
|
self.description.clone()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn result(&self, case_index: usize, fork_name: ForkName) -> Result<(), Error> {
|
fn result(&self, _case_index: usize, fork_name: ForkName) -> Result<(), Error> {
|
||||||
let tester = Tester::new(self, testing_spec::<E>(fork_name))?;
|
let tester = Tester::new(self, testing_spec::<E>(fork_name))?;
|
||||||
|
|
||||||
for step in &self.steps {
|
for step in &self.steps {
|
||||||
|
|||||||
Reference in New Issue
Block a user