Skip to content

Commit aeac96e

Browse files
committed
fix test naming
1 parent 1e12979 commit aeac96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def test_get_session_should_default_to_local_attached_session(server, monkeypatc
6868
assert get_session(server) == second_session
6969

7070

71-
def test_get_session_should_raise_exception_if_no_session(server):
71+
def test_get_session_should_return_first_session_if_no_active_session(server):
7272
first_session = server.new_session(session_name='myfirstsession')
7373
server.new_session(session_name='mysecondsession')
7474

0 commit comments

Comments
 (0)