Skip to content

Commit ea947b4

Browse files
authored
Merge pull request #38 from silicon-heaven/fix-race-condition
tests: Expect onlinestatuschng -> Unknown after test
2 parents 2ccb19a + 0f467f6 commit ea947b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sites.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,7 @@ mod tests {
874874
Box::new(ExpectUnsubscription),
875875
Box::new(ExpectUnsubscription),
876876
Box::new(ExpectUnsubscription),
877+
Box::new(ExpectSignal("node", "onlinestatuschng", 0.into())),
877878
],
878879
},
879880
TestCase {

0 commit comments

Comments
 (0)