Skip to content

Commit add05d8

Browse files
committed
Fixing test to not rely on screencast style admonition
1 parent 18dd3dc commit add05d8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<div class="admonition admonition-default screencast_class">
1+
<div class="admonition admonition-default some_admonition_class">
22
<p class="admonition-title">
3-
<span>Screencast</span>
4-
</p><p>Do you prefer video tutorials? Check out the the screencasts.</p>
3+
<span>Some Admonition</span>
4+
</p><p>Do you prefer admonitions? Well then... enjoy this one!</p>
55
</div>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. admonition:: Screencast
2-
:class: screencast_class
1+
.. admonition:: Some Admonition
2+
:class: some_admonition_class
33

4-
Do you prefer video tutorials? Check out the the screencasts.
4+
Do you prefer admonitions? Well then... enjoy this one!

0 commit comments

Comments
 (0)