mobile fix

pull/116/head v0.80.2
Hunter Long 2018-12-14 14:22:18 -08:00
parent 50d3b849ae
commit 894e1e4430
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ func TestMobileNotifier(t *testing.T) {
})
t.Run("mobile Queue", func(t *testing.T) {
t.SkipNow()
go notifier.Queue(mobile)
time.Sleep(15 * time.Second)
assert.Equal(t, MOBILE_ID, mobile.Var1)