mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-26 06:17:58 +00:00
Use kitchensink in tests
This commit is contained in:
@@ -1138,7 +1138,9 @@ mod tests {
|
||||
use crate::Node;
|
||||
|
||||
fn test_config() -> ExecutionContext {
|
||||
ExecutionContext::default()
|
||||
let mut context = ExecutionContext::default();
|
||||
context.kitchensink_configuration.use_kitchensink = true;
|
||||
context
|
||||
}
|
||||
|
||||
fn new_node() -> (ExecutionContext, KitchensinkNode) {
|
||||
|
||||
Reference in New Issue
Block a user