Use kitchensink in tests

This commit is contained in:
Omar Abdulla
2025-09-04 17:09:01 +03:00
parent a30d4f9b9e
commit e06dd491b9
+3 -1
View File
@@ -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) {