Skip to content

Commit

Permalink
[json-] fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Sep 13, 2024
1 parent 7f580e7 commit 30073b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions tests/golden/fill-zero.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{"val": 0.0},
{"val": 0.0},
{"val": 0.0},
{"val": 1.0},
{"val": 1.0},
{"val": 1.0}
{"val": 0},
{"val": 0},
{"val": 0},
{"val": 1},
{"val": 1},
{"val": 1}
]
8 changes: 4 additions & 4 deletions tests/golden/issue350.tsv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
season episode episode rating votes
1.00 0.00 0 7.00 1415.00
1.00 1.00 1 8.00 3441.00
1.00 2.00 2 8.00 2973.00
1.00 3.00 3 7.00 2994.00
1 0 0 7 1415
1 1 1 8 3441
1 2 2 8 2973
1 3 3 7 2994

0 comments on commit 30073b0

Please sign in to comment.