Skip to content

Commit 0fd6f37

Browse files
Mike ProsserMike Prosser
authored andcommitted
cleanup
1 parent 6177bc9 commit 0fd6f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_panel_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
from nipanel._panel_client import PanelClient
55

66

7-
def test___enumerate_panels_is_empty(fake_panel_channel: grpc.Channel) -> None:
7+
def test___enumerate_is_empty(fake_panel_channel: grpc.Channel) -> None:
88
client = create_panel_client(fake_panel_channel)
99

1010
assert client.enumerate_panels() == {}
1111

1212

13-
def test___open_panels___both_panels_open_and_in_memory(fake_panel_channel: grpc.Channel) -> None:
13+
def test___open_panels___enumerate_has_panels(fake_panel_channel: grpc.Channel) -> None:
1414
client = create_panel_client(fake_panel_channel)
1515

1616
client.open_panel("panel1", "uri1")

0 commit comments

Comments
 (0)