diff options
Diffstat (limited to 'tests/node.rs')
| -rw-r--r-- | tests/node.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/node.rs b/tests/node.rs index ff224a4..0faf8c3 100644 --- a/tests/node.rs +++ b/tests/node.rs @@ -4,8 +4,8 @@ mod test { fn node_to_gemtext() { assert_eq!( germ::ast::Node::Link { - to: "/faq".to_string(), - text: Some("FAQ".to_string()) + to: "/faq".to_string(), + text: Some("FAQ".to_string()), } .to_gemtext(), "=> /faq FAQ", |