Skip to content

Commit

Permalink
fix amount of published topics
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrsnhs authored and LKuemmel committed Jan 3, 2025
1 parent 973f6e1 commit 6873e9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

@pytest.mark.parametrize(
"old_chargepoint_state, published_topics",
[(None, 42),
[(None, 44),
(OLD_CHARGEPOINT_STATE, 2)]
)
Expand Down

0 comments on commit 6873e9e

Please sign in to comment.