Skip to content

Commit

Permalink
Update workflow test to new settings api
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare committed Jan 19, 2025
1 parent 05b7a18 commit fc17319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/tests/workflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fn test_workflow_registration(_session: &Session) {
.iter()
.find(|w| w.name() == test_workflow.name())
.expect("Workflow not found in list");
Settings::new("")
Settings::new()
.get_property_string_list("analysis.workflows.functionWorkflow", "enum")
.iter()
.find(|&w| w == "test_workflow")
Expand Down

0 comments on commit fc17319

Please sign in to comment.