Skip to content

Commit 5784d86

Browse files
fix tests.
1 parent 7a9eb24 commit 5784d86

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

tests/reference_images/alines01.png

1.87 KB
Loading

tests/reference_images/hlines01.png

1.92 KB
Loading

tests/reference_images/hlines02.png

1.88 KB
Loading

tests/reference_images/vlines01.png

1.9 KB
Loading

tests/reference_images/vlines02.png

1.98 KB
Loading

tests/reference_images/vlines03.png

1.24 KB
Loading

tests/test_exceptions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ def test_pmove_addplot(bolldata):
6767
assert '`addplot` is not supported for `type=\'renko\'`' in str(ex.value)
6868

6969
with pytest.raises(ValueError) as ex:
70-
mpf.plot(df,type='pointnfigure',volume=True,addplot=apdict)
71-
assert '`addplot` is not supported for `type=\'pointnfigure\'`' in str(ex.value)
70+
mpf.plot(df,type='pnf',volume=True,addplot=apdict)
71+
assert '`addplot` is not supported for `type=\'pnf\'`' in str(ex.value)
7272
#mpf.plot(df,type='renko',volume=True)
7373

7474
def test_figratio_bounds(bolldata):

0 commit comments

Comments
 (0)