Skip to content

Commit

Permalink
pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
LKuemmel committed Aug 25, 2023
1 parent 4538821 commit 0a8f0c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from threading import Thread
from helpermodules.measurement_logging.update_daily_yields import update_daily_yields
from helpermodules.measurement_logging.write_log import save_log
from helpermodules.pub import Pub

from modules import loadvars
from modules import configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@pytest.mark.parametrize(
"old_chargepoint_state, published_topics",
[(None, 12),
[(None, 13),
(OLD_CHARGEPOINT_STATE, 1)]
)
Expand Down

0 comments on commit 0a8f0c3

Please sign in to comment.