Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
anweiss committed May 12, 2020
1 parent 41489b5 commit 597f044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2225,7 +2225,7 @@ mod tests {
span: (0, 0, 0),
}
.to_string(),
" key1: \"value1\", key2: \"value2\" ".to_string()
" key1: \"value1\", key2: \"value2\", ".to_string()
)
}
}

0 comments on commit 597f044

Please sign in to comment.