Skip to content

Commit fc17319

Browse files
committed
Update workflow test to new settings api
1 parent 05b7a18 commit fc17319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/tests/workflow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fn test_workflow_registration(_session: &Session) {
5757
.iter()
5858
.find(|w| w.name() == test_workflow.name())
5959
.expect("Workflow not found in list");
60-
Settings::new("")
60+
Settings::new()
6161
.get_property_string_list("analysis.workflows.functionWorkflow", "enum")
6262
.iter()
6363
.find(|&w| w == "test_workflow")

0 commit comments

Comments
 (0)