Fixed future deprecations

This commit is contained in:
Steve Gravrock
2020-08-02 12:57:28 -07:00
parent b0d949e0d5
commit 6b9739030d
4 changed files with 22 additions and 14 deletions

View File

@@ -1992,6 +1992,7 @@ describe("Env integration", function() {
exception;
env.describe("a suite", function () {
env.it('a spec');
try {
env.setSpecProperty('a prop', 'val');
} catch(e) {