mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
[rpc/http]: remove extraneous test oof
This commit is contained in:
parent
fec69d09e1
commit
d1b40072fe
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue