Skip to content

Commit f117588

Browse files
committed
Fixed unit test.
1 parent c145505 commit f117588

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/options/chart/test_chart.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ def test_to_dict(kwargs, error):
153153

154154
@pytest.mark.parametrize('filename, as_file, error', [
155155
('chart/chart/01.js', False, None),
156-
('chart/chart/02.js', False, None),
157156
158157
('chart/chart/error-01.js',
159158
False,
@@ -164,7 +163,6 @@ def test_to_dict(kwargs, error):
164163
ValueError)),
165164
166165
('chart/chart/01.js', True, None),
167-
('chart/chart/02.js', False, None),
168166
169167
('chart/chart/error-01.js',
170168
True,

0 commit comments

Comments
 (0)