Skip to content

Commit 852ad79

Browse files
committed
fix: git merge artifact
1 parent d7cc3d7 commit 852ad79

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/json.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,7 @@ fn json_output() {
7575
.pipe_as_ref(serde_json::from_str::<JsonData>)
7676
.expect("parse stdout as JsonData")
7777
.body
78-
<<<<<<< HEAD
7978
.pipe(TryInto::<SampleJsonTree>::try_into)
80-
=======
81-
.pipe(TryInto::<SampleReflection>::try_into)
82-
>>>>>>> master
8379
.expect("extract reflection")
8480
.tree
8581
.pipe(sanitize_tree_reflection);

0 commit comments

Comments
 (0)