mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2025-02-20 01:35:56 +00:00
Try again
This commit is contained in:
parent
8c6b4b1b21
commit
15876510c2
1 changed files with 2 additions and 1 deletions
|
@ -92,8 +92,9 @@ func TestAcceptMessage(t *testing.T) {
|
||||||
handlerCalled := false
|
handlerCalled := false
|
||||||
go func() {
|
go func() {
|
||||||
handlerCalled = true
|
handlerCalled = true
|
||||||
m := <-mChan
|
<-mChan
|
||||||
//FIXME breaks some tests (in drone.io)
|
//FIXME breaks some tests (in drone.io)
|
||||||
|
//m := <-mChan
|
||||||
//So(m, ShouldNotBeNil)
|
//So(m, ShouldNotBeNil)
|
||||||
wg.Done()
|
wg.Done()
|
||||||
}()
|
}()
|
||||||
|
|
Loading…
Add table
Reference in a new issue