Skip to content

Commit 82cde37

Browse files
authored
✏️ Fix typo in test name (#1165)
1 parent 5474f0b commit 82cde37

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests/test_corner_cases.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import typer.core
22
from typer.testing import CliRunner
33

4-
from tests.assets import conrner_cases as mod
4+
from tests.assets import corner_cases as mod
55

66
runner = CliRunner()
77

0 commit comments

Comments
 (0)