From 3c949e00aad43426a6f44aeff8eb6d9c3aae8ce6 Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Sat, 23 May 2020 20:58:52 +0100 Subject: [PATCH] test(circle): is throwing weird errors --- modules/core/tests/graph.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/tests/graph.spec.js b/modules/core/tests/graph.spec.js index 156dc99ee..ce6f49dba 100644 --- a/modules/core/tests/graph.spec.js +++ b/modules/core/tests/graph.spec.js @@ -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 ) + } ) } )