Skip to content

Commit e5c098f

Browse files
committed
Fix port names in test system
1 parent 18f7dcb commit e5c098f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_shmem_sink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_shmem_change(change_type: str):
9090
"TERM": TerminateOnTotal(total=n_messages),
9191
}
9292
conns = (
93-
(comps["CLOCK"].OUTPUT_CLOCK, comps["SYNTH"].INPUT_CLOCK),
93+
(comps["CLOCK"].OUTPUT_SIGNAL, comps["SYNTH"].INPUT_SIGNAL),
9494
(comps["SYNTH"].OUTPUT_SIGNAL, comps["CRAZY"].INPUT_SIGNAL),
9595
(comps["CRAZY"].OUTPUT_SIGNAL, comps["LOGGER"].INPUT_MESSAGE),
9696
(comps["LOGGER"].OUTPUT_MESSAGE, comps["TERM"].INPUT_MESSAGE),

0 commit comments

Comments
 (0)