Skip to content

Commit 7e5c668

Browse files
committed
🧹
1 parent 251ec82 commit 7e5c668

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ poetry build # build the underlying C code
8484
You can run the test with the following code:
8585

8686
```sh
87-
poetry run pytest --cov-report term-missing --cov=plotly-resampler tests
87+
poetry run pytest --cov-report term-missing --cov=plotly_resampler tests
8888
```
8989

9090
To get the selenium tests working you should have Google Chrome installed.

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,4 +493,5 @@ def multi_trace_go_figure() -> FigureResampler:
493493
hf_y=y + i,
494494
)
495495
fig.update_layout(height=800)
496+
fig.update_xaxes(range=[100, 200_000])
496497
return fig

0 commit comments

Comments
 (0)