Skip to content

Commit

Permalink
test(agents): Test coverage back at 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowman2 committed Sep 7, 2019
1 parent ca02198 commit e0a98f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/unit/agents.test.ts
Expand Up @@ -1987,6 +1987,12 @@ describe("Agents", function() {
.newInstance(d1.meta.protoId)
).to.throw(RegalError);
});

it("The StaticPrototypeRegistry cannot be copied", function() {
expect(() => StaticPrototypeRegistry.copy()).to.throw(
RegalError
);
});
});
});

Expand Down

0 comments on commit e0a98f1

Please sign in to comment.