[rpc/http]: remove extraneous test oof

This commit is contained in:
41666 2019-06-04 18:07:25 -05:00
parent fec69d09e1
commit d1b40072fe

View file

@ -31,6 +31,6 @@ describe('HTTPTransport', async () => {
const { cc, spy } = getCC()
const out = await cc.helloBackend({ hello: 'yes!' })
expect(out.message).toBe(`hello, yes!! i'm bot!!`)
expect(spy.called).toBe(true) // oof
expect(spy.called).toBe(true)
})
})