Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry Archibald committed Sep 14, 2022
1 parent b978925 commit 94a03ec
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -356,7 +356,7 @@ describe('<SessionManagerTab />', () => {
fireEvent.click(signOutButton);

// logout dialog opened
expect(modalSpy).toHaveBeenCalledWith(LogoutDialog, {}, null, false, true);
expect(modalSpy).toHaveBeenCalledWith(LogoutDialog, {}, undefined, false, true);
});
});
});

0 comments on commit 94a03ec

Please sign in to comment.