Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SWC-6763: integrate reworked SRC error page #5502

Merged
merged 3 commits into from
Aug 28, 2024

Conversation

jay-hodgson
Copy link
Member

No description provided.

@@ -361,7 +361,7 @@ public void testClear() {
public void testShow403() {
entityPresenter.setEntityId("123");
entityPresenter.show403();
verify(mockSynAlert).show403(anyString());
verify(mockSynAlert).show403(anyString(), anyLong());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope these matchers don't break when we go to Mockito 2!

@jay-hodgson jay-hodgson merged commit e6d3c1e into Sage-Bionetworks:develop Aug 28, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants