Skip to content

Commit 1b32283

Browse files
committed
Increase unit test coverage for saml.ts to 100%
1 parent b9a63c3 commit 1b32283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/auth/src/core/providers/saml.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ describe('core/providers/saml', () => {
4747
});
4848

4949
it('generates SAML provider', () => {
50-
const provider = new SAMLAuthProvider('saml.provider');
51-
expect(provider.providerId).to.eq('saml.provider');
50+
const provider = new SAMLAuthProvider('saml.provider');
51+
expect(provider.providerId).to.eq('saml.provider');
5252
});
5353

5454
it('returns error for invalid SAML provdier', () => {

0 commit comments

Comments
 (0)