permission-node: fix test suite name

Co-authored-by: Joe Porpeglia <porpegliaj@gmail.com>
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2021-11-30 15:57:20 +00:00
parent e7851efa9e
commit 8c6f4810c9
@@ -62,7 +62,7 @@ describe('createConditionExports', () => {
});
});
describe('createConditions', () => {
describe('createPolicyDecisions', () => {
it('wraps conditions in an object with resourceType and pluginId', () => {
const { createPolicyDecision } = testIntegration();