Skip to content

Commit c307c6f

Browse files
committed
Update test function name
1 parent 0f05323 commit c307c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_client/tests/test_connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_load_connection_file_session():
6060
nt.assert_equal(session.signature_scheme, sample_info['signature_scheme'])
6161

6262

63-
def test_load_connection_file_session():
63+
def test_load_connection_file_session_with_kn():
6464
"""test load_connection_file() after """
6565
session = Session()
6666
app = DummyConsoleApp(session=Session())

0 commit comments

Comments
 (0)