diff --git a/tests/__snapshots__/test_pregel.ambr b/tests/__snapshots__/test_pregel.ambr index 85d47dd11..3b41ca085 100644 --- a/tests/__snapshots__/test_pregel.ambr +++ b/tests/__snapshots__/test_pregel.ambr @@ -2082,43 +2082,6 @@ ''' # --- # name: test_nested_graph_xray.2 - ''' - +-----------+ - | __start__ | - +-----------+ - * - * - * - +-----------+ - | condition |..... - .....+-----------+... ....... - .... .... ......... - ..... ... ....... - ... .... ......... - +--------------------+ .. .... - | tool_two:condition | . . - +--------------------+ . . - ... ... . . - ... ... . . - .. .. . . - +------------------------+ +------------------------+ . . - | tool_two:tool_two_slow | | tool_two:tool_two_fast | . . - +------------------------+ +------------------------+ . . - *** *** . . - *** *** . . - ** ** . . - +------------------+ +----------+ +------------+ - | tool_two:__end__ | | tool_one | ****| tool_three | - +------------------+** ***+----------+******** +------------+ - **** *** ******** - ***** ************* - *** ****** - +---------+ - | __end__ | - +---------+ - ''' -# --- -# name: test_nested_graph_xray.3 ''' %%{init: {'flowchart': {'curve': 'linear'}}}%% graph TD; diff --git a/tests/test_pregel.py b/tests/test_pregel.py index 316d98817..631f666b6 100644 --- a/tests/test_pregel.py +++ b/tests/test_pregel.py @@ -3874,7 +3874,6 @@ def test_nested_graph_xray(snapshot: SnapshotAssertion) -> None: assert app.get_graph(xray=True).to_json() == snapshot assert app.get_graph().draw_ascii() == snapshot - assert app.get_graph(xray=True).draw_ascii() == snapshot assert app.get_graph(xray=True).draw_mermaid() == snapshot