diff --git a/tests/integration_python/__snapshots__/test_docs_examples.ambr b/tests/integration_python/__snapshots__/test_docs_examples.ambr index 45ece8c380..0c7ce79e2b 100644 --- a/tests/integration_python/__snapshots__/test_docs_examples.ambr +++ b/tests/integration_python/__snapshots__/test_docs_examples.ambr @@ -29,5 +29,15 @@ ''' # --- +# name: test_doc_pixi_workspaces_pixi_build[workspace_variants] + ''' + ┏━━━━━━━━━━━━━━┳━━━━━┳━━━━━━━━━━━━━┓ + ┃ name ┃ age ┃ city ┃ + ┡━━━━━━━━━━━━━━╇━━━━━╇━━━━━━━━━━━━━┩ + │ John Doe │ 31 │ New York │ + │ Jane Smith │ 26 │ Los Angeles │ + │ Tim de Jager │ 36 │ Utrecht │ + └──────────────┴─────┴─────────────┘ + ''' # ---