We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f7dcb commit e5c098fCopy full SHA for e5c098f
1 file changed
tests/test_shmem_sink.py
@@ -90,7 +90,7 @@ def test_shmem_change(change_type: str):
90
"TERM": TerminateOnTotal(total=n_messages),
91
}
92
conns = (
93
- (comps["CLOCK"].OUTPUT_CLOCK, comps["SYNTH"].INPUT_CLOCK),
+ (comps["CLOCK"].OUTPUT_SIGNAL, comps["SYNTH"].INPUT_SIGNAL),
94
(comps["SYNTH"].OUTPUT_SIGNAL, comps["CRAZY"].INPUT_SIGNAL),
95
(comps["CRAZY"].OUTPUT_SIGNAL, comps["LOGGER"].INPUT_MESSAGE),
96
(comps["LOGGER"].OUTPUT_MESSAGE, comps["TERM"].INPUT_MESSAGE),
0 commit comments