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 ) + } ) } )