Skip to content

Commit 0aa093a

Browse files
committed
Fix test
1 parent 5db491a commit 0aa093a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/wrapped_context.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,9 @@ mod test_context {
208208

209209
#[test]
210210
fn test_get_type_yaml() {
211-
let data = r##"
212-
name: "Bob"
213-
ag: 42
214-
"##
215-
.to_string();
211+
let data = r##"name: "Bob"
212+
ag: 42"##
213+
.to_string();
216214
assert!(WrappedContext::get_type(&data) == Some(SupportedType::Yaml));
217215
}
218216

0 commit comments

Comments
 (0)