Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
elisherer committed Jul 27, 2024
1 parent 8e2edb3 commit e477c14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void object() {
"\\\\$","$avg:",'\\\\$','..value']
}
}
"""), fromJson("4.86"));
"""), fromJson("4.8625"));

assertTransformation(arr, fromJson("""
{
Expand All @@ -33,7 +33,7 @@ void object() {
]
}
}}
"""), fromJson("4.86"));
"""), fromJson("4.8625"));



Expand Down

0 comments on commit e477c14

Please sign in to comment.