Skip to content

Commit 6e37ca1

Browse files
committed
tests: update snapshot
1 parent 32b4360 commit 6e37ca1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pins/tests/_snapshots/test_board_pin_write_rsc_index_html/data.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ api_version: 1
22
created: 20200113T235859Z
33
description: some description
44
file: test_rsc_pin.csv
5-
file_size: 16
6-
pin_hash: d6820e2d11300a70
5+
file_size: 19
6+
pin_hash: a6cf5331bf3de6c6
77
title: some pin
88
type: csv
99
user: {}

pins/tests/_snapshots/test_board_pin_write_rsc_index_html/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ <h3>derek/test_rsc_pin</h3>
4545
created: 20200113T235859Z
4646
description: some description
4747
file: test_rsc_pin.csv
48-
file_size: 16
49-
pin_hash: d6820e2d11300a70
48+
file_size: 19
49+
pin_hash: a6cf5331bf3de6c6
5050
title: some pin
5151
type: csv
5252
user: {}
@@ -76,7 +76,7 @@ <h3>Code</h3>
7676
<h3>Preview <small>(up to 100 rows)</small></h3>
7777
<div data-pagedtable style="height: 25em;">
7878
<script data-pagedtable-source type="application/json">
79-
{"data": [{"x": 1, "y": "a"}, {"x": 2, "y": "b"}, {"x": 3, "y": "c"}], "columns": [{"name": ["x"], "label": ["x"], "align": ["left"], "type": [""]}, {"name": ["y"], "label": ["y"], "align": ["left"], "type": [""]}]}
79+
{"data": [{"x": 1.0, "y": "a"}, {"x": 2.0, "y": "b"}, {"y": "c"}], "columns": [{"name": ["x"], "label": ["x"], "align": ["left"], "type": [""]}, {"name": ["y"], "label": ["y"], "align": ["left"], "type": [""]}]}
8080
</script>
8181
</div>
8282
</section>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
x,y
2-
1,a
3-
2,b
4-
3,c
2+
1.0,a
3+
2.0,b
4+
,c

0 commit comments

Comments
 (0)