Skip to content

Commit

Permalink
fix the failing test (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
devyn committed Jan 31, 2024
1 parent d938894 commit 8a38710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/introspection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ pub fn test_introspection_doc_rs() -> Node {
Signal {
name: "Changed".into(),
args: vec![
SignalArg { name: "new_value".into(), r#type: "b".into() },
SignalArg { name: Some("new_value".into()), r#type: "b".into() },
],
annotations: vec![]
},
Expand Down

0 comments on commit 8a38710

Please sign in to comment.