Skip to content

Commit f1ad6ce

Browse files
committed
Fixed lint/prettier errors
1 parent c00d166 commit f1ad6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lifecycles/CustomComponentLifecycle.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe("CustomComponentLifecycle", () => {
9898
const customComponentOpts: CustomComponentOpts = { CustomComponent: React.Fragment };
9999

100100
// We emit a different lifecycle event than what our mock-module is listening to
101-
module.emit(CustomComponentLifecycle.OnboardingDialog, customComponentOpts);
101+
module.emit(CustomComponentLifecycle.InviteDialog, customComponentOpts);
102102

103103
render(
104104
<customComponentOpts.CustomComponent>

0 commit comments

Comments
 (0)