Skip to content

Commit

Permalink
Fix error for change password test
Browse files Browse the repository at this point in the history
  • Loading branch information
ektaghag-eaton committed Oct 4, 2023
1 parent 16900ad commit 1f04709
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Change Password Dialog tests', () => {
render(
<AuthContextProvider {...authContextProviderProps}>
<BrowserRouter>
<ChangePasswordDialog {...props} />
<ChangePasswordDialog open {...props} />
</BrowserRouter>
</AuthContextProvider>
);
Expand Down

0 comments on commit 1f04709

Please sign in to comment.