Commit 3e4df5d
Fix test assertions: change 'using notebook' to 'Successfully activate notebook'
Addresses feedback from @echarles and @ChengJiale150 on PR #138.
The three failing tests were checking for incorrect string in output:
- Expected: 'using notebook'
- Actual: 'Successfully activate notebook'
Fixed assertions in:
- test_rtc_mode_for_cell_operations (line 48)
- test_reading_tools_see_unsaved_changes (line 130)
- test_jupyter_collaboration_extension_loaded (line 207)
This matches the assertion pattern used in tests/test_tools.py.
🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>1 parent 30a22fa commit 3e4df5d
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments