Current: ```javascript try { await schemaFacade.validateContractSchema(projectRevision, contract); } catch (err) { assert.include(err.message, "Could'nt find any non-empty"); } ``` which doesn't fail the test if no exception was thrown, which is incorrect.