There is an extra eStateConnected before eStateRunning with remote.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Please see my comments.
test/functionalities/signal/TestSendSignal.py | ||
---|---|---|
87 ↗ | (On Diff #22919) | Could you wrap added snippet into a new method so it can be reused both for eStateConnected and eStateRunning? |
88 ↗ | (On Diff #22919) | Swap this instruction with self.assertTrue (got_event, "Got an event") ? |