Commit 79de109
committed
test(fix[PaneSnapshot]): Specify capture_content flag in tests
why:
- The PaneSnapshot.from_pane() method was updated to better handle content capture
- Tests need to explicitly set capture_content=True to ensure content is captured
what:
- Updated TestPaneSnapshot.test_pane_snapshot_creation to explicitly set capture_content=True
- This ensures test behavior remains consistent with the updated PaneSnapshot implementation
refs: Complements the snapshot class refactoring1 parent 64e3186 commit 79de109
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments