Skip to content

Commit 8a38710

Browse files
committed
fix the failing test (oops)
1 parent d938894 commit 8a38710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/introspection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ pub fn test_introspection_doc_rs() -> Node {
223223
Signal {
224224
name: "Changed".into(),
225225
args: vec![
226-
SignalArg { name: "new_value".into(), r#type: "b".into() },
226+
SignalArg { name: Some("new_value".into()), r#type: "b".into() },
227227
],
228228
annotations: vec![]
229229
},

0 commit comments

Comments
 (0)