For the record, `verifySequence` does the job, but...
# mockk
g
For the record,
verifySequence
does the job, but I thought of skipping the
Bar
check
Copy code
verifySequence { 
     observer.onChanged(assert { it == Foo })
     observer.onChanged(assert { it == Bar })
}