Skip to content

Commit 0d04545

Browse files
sarahmonodgodlygeek
authored andcommitted
Fix typo
Signed-off-by: Sarah Monod <[email protected]>
1 parent 668ed80 commit 0d04545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_traceback_formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ def test_traceback_formatter_position_infomation():
13421342
colored_mock.assert_any_call("(1+1)", color="blue")
13431343

13441344

1345-
def test_shim_frames_are_ingored():
1345+
def test_shim_frames_are_ignored():
13461346
# GIVEN
13471347

13481348
codes = [

0 commit comments

Comments
 (0)