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