Skip to content

Commit

Permalink
fix: comments resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
vasav-prashar committed Mar 16, 2023
1 parent b935ddc commit 1f7c741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/authentication/AuthenticationEvents.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe( "/service/authentication/AuthenticationEvents members", () => {
} = exported as {
IDENTITY_UPDATED: string,
AuthenticationEvents: { IDENTITY_UPDATED: string },
} // TODO: remove cast after typescript conversion
} & { [key: string]: unknown }

it( "known members", () => {
expect( IDENTITY_UPDATED ).toBe( 'authentication.identity_updated' );
Expand Down

0 comments on commit 1f7c741

Please sign in to comment.