Skip to content

Commit f6e3c21

Browse files
committed
tests: import correct modules and check correct entry points (amsky01_viewer, amsky01_cli)
1 parent 3b4b254 commit f6e3c21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
3838
- name: Test installation
3939
run: |
40-
python -c "import sensor_viewer, debug_sensor, plot_logs"
40+
python -c "import amsky01_viewer, amsky01_cli, plot_logs"
4141
4242
- name: Test entry points
4343
run: |
4444
amsky01-viewer --help || true
45-
amsky01-debug --help || true
45+
amsky01-cli --help || true
4646
amsky01-plot --help || true

0 commit comments

Comments
 (0)