Skip to content

Commit

Permalink
Fix test name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Jul 20, 2023
1 parent ef56156 commit 8427f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipykernel/tests/test_ipkernel_direct.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class user_mod:
__dict__ = {}


async def test_properities(ipkernel: IPythonKernel) -> None:
async def test_properties(ipkernel: IPythonKernel) -> None:
ipkernel.user_module = user_mod()
ipkernel.user_ns = {}

Expand Down

0 comments on commit 8427f6d

Please sign in to comment.