Fix failing test after test case async changes
This commit is contained in:
parent
196f05e595
commit
c98efafb28
1 changed files with 5 additions and 1 deletions
|
|
@ -270,7 +270,11 @@ class Geary.Imap.DeserializerTest : TestCase {
|
|||
this.process.begin(Expect.MESSAGE, this.async_completion);
|
||||
RootParameters? message = this.process.end(async_result());
|
||||
assert(message.to_string() == bye);
|
||||
assert(eos);
|
||||
assert_false(eos);
|
||||
|
||||
this.process.begin(Expect.EOS, this.async_completion);
|
||||
assert_true(eos);
|
||||
|
||||
assert(this.deser.is_halted());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue