Skip to content

Commit

Permalink
Add newlines. Whitespace changes only
Browse files Browse the repository at this point in the history
  • Loading branch information
the-other-james committed Mar 22, 2024
1 parent d54b117 commit 4ada263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/onair/src/ai_components/test_planners_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ def test_PlannersInterface_render_reasoning_returns_dict_of_each_ai_construct_as
for i in range(num_fake_planner_constructs):
assert cut.planner_constructs[i].render_reasoning.call_count == 1
assert cut.planner_constructs[i].render_reasoning.call_args_list[0].args == ()
assert result == expected_result
assert result == expected_result
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ def test_ComplexReasoningInterface_salient_event_does_nothing():
result = cut.check_for_salient_event()

# Assert
assert result == None
assert result == None

0 comments on commit 4ada263

Please sign in to comment.