Skip to content

Commit b13b0c8

Browse files
authored
chore: revert notebook tests (#1712)
1 parent f593bb7 commit b13b0c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/notebooks/meteorites.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
" display(pr)\n",
8585
"\n",
8686
"assert len(out.outputs) == 2\n",
87-
"assert out.outputs[0].data[\"text/plain\"] == \"<IPython.display.HTML object>\"\n",
87+
"assert out.outputs[0].data[\"text/plain\"] == \"<IPython.core.display.HTML object>\"\n",
8888
"assert out.outputs[1].data[\"text/plain\"] == \"\""
8989
]
9090
},
@@ -136,7 +136,7 @@
136136
" display(pfr)\n",
137137
"\n",
138138
"assert len(out.outputs) == 2\n",
139-
"assert out.outputs[0].data[\"text/plain\"] == \"<IPython.display.HTML object>\"\n",
139+
"assert out.outputs[0].data[\"text/plain\"] == \"<IPython.core.display.HTML object>\"\n",
140140
"assert out.outputs[1].data[\"text/plain\"] == \"\""
141141
]
142142
}

tests/notebooks/titanic.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
" profile.to_notebook_iframe()\n",
109109
"\n",
110110
"assert len(out.outputs) == 1\n",
111-
"assert out.outputs[0].data[\"text/plain\"] == \"<IPython.display.HTML object>\""
111+
"assert out.outputs[0].data[\"text/plain\"] == \"<IPython.core.display.HTML object>\""
112112
]
113113
}
114114
],

0 commit comments

Comments
 (0)