Run tests with features on rather then off (#12567)

This commit is contained in:
Jack May
2020-09-29 20:18:28 -07:00
committed by GitHub
parent 90714941b7
commit 575400c83f
3 changed files with 22 additions and 17 deletions

View File

@@ -887,7 +887,7 @@ mod tests {
&hash_queue,
error_counters,
rent_collector,
&FeatureSet::default(),
&FeatureSet::all_enabled(),
)
}
@@ -1832,7 +1832,7 @@ mod tests {
&hash_queue,
&mut error_counters,
&rent_collector,
&FeatureSet::default(),
&FeatureSet::all_enabled(),
)
}