Skip to content

Commit 01238b3

Browse files
committed
Update presentations
1 parent 59be501 commit 01238b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/presenter/edge_presentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def test_presentation(self):
448448
"<li>Auto-collect tests to run.</li>\n"
449449
"<li>Use markers for organizing tests.</li>\n"
450450
"<li>Generate test reports.</li>\n"
451-
"<li>Provide test assetions.</li>\n"
451+
"<li>Provide test assertions.</li>\n"
452452
"<li>Multithread your tests.</li>\n"
453453
"<li>Use a large number of existing plugins.</li>\n"
454454
"</ul>\n",

examples/presenter/fundamentals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def test_presentation(self):
313313
"<li>Auto-collect tests to run.</li>\n"
314314
"<li>Use markers for organizing tests.</li>\n"
315315
"<li>Generate test reports.</li>\n"
316-
"<li>Provide test assetions.</li>\n"
316+
"<li>Provide test assertions.</li>\n"
317317
"<li>Multithread your tests.</li>\n"
318318
"<li>Use a large number of existing plugins.</li>\n"
319319
"</ul>\n",

0 commit comments

Comments
 (0)