Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Sep 18, 2023
1 parent 9a91949 commit 0732a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grid2op/tests/test_act_as_serializable_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def test_all_at_once(self):
]
}
)
act += self.helper_action({"change_line_status": [l_id for l_id in [2, 4, 5]]})
act += self.helper_action({"change_line_status": [l_id for l_id in [6, 7, 8]]})
act += self.helper_action(
{
"set_bus": [
Expand Down

0 comments on commit 0732a65

Please sign in to comment.