Skip to content

Commit

Permalink
fix(GH-160): resolve insta deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisCraft committed May 10, 2024
1 parent 0c9a8ce commit 4618c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/jrsonnet-fmt/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fn reformat(input: &str) -> String {

#[test]
fn complex_comments_snapshot() {
insta::assert_display_snapshot!(reformat(indoc!(
insta::assert_snapshot!(reformat(indoc!(
"{
comments: {
_: '',
Expand Down

0 comments on commit 4618c96

Please sign in to comment.