Fix tests.

This commit is contained in:
Gav Wood
2016-03-19 13:07:49 +01:00
parent 1bfcbca8af
commit 203438fb42
3 changed files with 16 additions and 16 deletions

View File

@@ -312,7 +312,7 @@ mod tests {
TestSetup {
state: get_temp_state(),
engine: get_test_spec().to_engine().unwrap(),
sub_state: Substate::new(),
sub_state: Substate::new(false),
env_info: get_test_env_info()
}
}