Skip to content

Commit 0bd9660

Browse files
committed
address inconsistency between name and mode in 4 mocks
1 parent 46c18e7 commit 0bd9660

8 files changed

+4
-4
lines changed
-215 Bytes
Loading
Loading
-173 Bytes
Loading
-393 Bytes
Loading

test/image/mocks/gl2d_text_chart_arrays.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
2,
5959
2
6060
],
61-
"mode": "lines+markers+text",
61+
"mode": "lines+text",
6262
"name": "Lines and Text",
6363
"text": [
6464
"Text G",

test/image/mocks/gl2d_text_chart_invalid-arrays.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
2,
5454
2
5555
],
56-
"mode": "lines+markers+text",
56+
"mode": "lines+text",
5757
"name": "Lines and Text",
5858
"text": [
5959
"Text G",

test/image/mocks/text_chart_arrays.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
2,
5959
2
6060
],
61-
"mode": "lines+markers+text",
61+
"mode": "lines+text",
6262
"name": "Lines and Text",
6363
"text": [
6464
"Text G",

test/image/mocks/text_chart_invalid-arrays.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
2,
5454
2
5555
],
56-
"mode": "lines+markers+text",
56+
"mode": "lines+text",
5757
"name": "Lines and Text",
5858
"text": [
5959
"Text G",

0 commit comments

Comments
 (0)