Skip to content

Commit

Permalink
Fix panda name typo and add test
Browse files Browse the repository at this point in the history
  • Loading branch information
olliesilvester committed Jan 15, 2024
1 parent 1fc8b74 commit 6034e35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/panda/test_panda.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ def test_panda_names_correct(sim_panda: PandA):
assert sim_panda.pulse[1].name == "sim_panda-pulse-1"


def test_panda_name_set():
panda = PandA("", "panda")
assert panda.name == "panda"


async def test_pvi_get_for_inconsistent_blocks():
dummy_pvi = {
"pcap": {},
Expand Down

0 comments on commit 6034e35

Please sign in to comment.