Skip to content

Commit

Permalink
core: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Oct 24, 2024
1 parent 780fe4f commit 59fec40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/tests/unit_tests/runnables/test_runnable.py
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ async def test_with_config(mocker: MockerFixture) -> None:
5,
7,
]
assert spy.call_args_list == [
assert sorted(spy.call_args_list) == [
mocker.call(
"hello",
{
Expand Down

0 comments on commit 59fec40

Please sign in to comment.