Enable another test.

This commit is contained in:
Tom Alexander
2023-07-14 20:58:11 -04:00
parent 27d863b875
commit 167ffa650c
2 changed files with 1 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ mod tests {
.get(1)
.expect("Len already asserted to be 3"),
&Object::RadioLink(RadioLink {
source: "bar",
source: "bar ",
children: vec![Object::PlainText(PlainText { source: "bar" })]
})
);