Skip to content

Commit 022774d

Browse files
committed
test: put back print statement
1 parent 67e4fb9 commit 022774d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/ui/tests/notebooks/mix_renderers.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
")\n",
1616
"\n",
1717
"opw = Obsplot(\"widget\")\n",
18-
"opj = Obsplot(\"jsdom\")"
18+
"opj = Obsplot(\"jsdom\")\n",
19+
"\n",
20+
"print(\"mix\")"
1921
]
2022
},
2123
{
@@ -99,7 +101,7 @@
99101
},
100102
"language_info": {
101103
"name": "python",
102-
"version": "3.10.10"
104+
"version": "3.10.12"
103105
},
104106
"orig_nbformat": 4
105107
},

0 commit comments

Comments
 (0)