Skip to content

Commit d33d3c3

Browse files
authored
fix(unit-testing): typo
Closes #230
1 parent a68c5de commit d33d3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/unit-testing.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def filter_penguins(species):
4848
```
4949

5050
Now that we have a function that doesn't rely on a reactive `input` value, we can write a unit test for it.
51-
There are many unit testing frameworks available for Python, but we'll use **pytest** in this article since it's by far the most comment.
51+
There are many unit testing frameworks available for Python, but we'll use **pytest** in this article since it's by far the most common.
5252

5353

5454
### pytest

0 commit comments

Comments
 (0)