We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b7a18 commit fc17319Copy full SHA for fc17319
rust/tests/workflow.rs
@@ -57,7 +57,7 @@ fn test_workflow_registration(_session: &Session) {
57
.iter()
58
.find(|w| w.name() == test_workflow.name())
59
.expect("Workflow not found in list");
60
- Settings::new("")
+ Settings::new()
61
.get_property_string_list("analysis.workflows.functionWorkflow", "enum")
62
63
.find(|&w| w == "test_workflow")
0 commit comments