test(circle): is throwing weird errors

This commit is contained in:
Dimitrie Stefanescu
2020-05-23 20:58:52 +01:00
parent 6eafa2da71
commit 3c949e00aa
+1
View File
@@ -330,6 +330,7 @@ describe( 'GraphQL API Core', ( ) => {
expect( res.body.errors ).to.not.exist
expect( res.body.data ).to.have.property( 'streamDelete' )
expect( res.body.data.streamDelete ).to.equal( true )
} )
} )