Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinjanssen committed Jan 11, 2023
1 parent 940b8d2 commit 6b2cd35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: poetry install --no-interaction

- name: Run pytest
run: poetry run pytest --cov odp_amsterdam tests
run: poetry run pytest --cov ojmicroline_thermostat tests

- name: Upload coverage artifact
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion test_output.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pylint: disable=redefined-outer-name,too-many-statements)
# pylint: disable=redefined-outer-name,too-many-statements
"""Asynchronous Python client for OJ Microline Thermostat."""
import asyncio
from time import sleep
Expand Down

0 comments on commit 6b2cd35

Please sign in to comment.