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

ELY-2638 : Simplify test assertions in SSLAuthenticationTest #1960

Closed
wants to merge 2 commits into from

Conversation

nidhiazad
Copy link

import static org.junit.Assert.fail;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.*;
Copy link
Contributor

Choose a reason for hiding this comment

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

Hello @nidhiazad , this PR looks great!

Just a total minor. I can still see this asterisk here, this will make the build fail as we are using a checkstyle plugin to avoid the asterisk imports. Please use the individual classes names when importing and update this PR

Let us know if you need any help with that ! Thank you!

Copy link
Author

Choose a reason for hiding this comment

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

Fixing this

Copy link
Author

Choose a reason for hiding this comment

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

I have made the changes. Kindly review and let me know if anything needs to be done.

Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @nidhiazad, thanks for the updates! In general, we try to squash all the commits for a given issue into a single one. Could you do that for this PR?

Let me know if you need any assistance in doing so!

Copy link
Contributor

@PrarthonaPaul PrarthonaPaul left a comment

Choose a reason for hiding this comment

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

Looks good to me! Thank you!

@Skyllarr
Copy link
Contributor

@nidhiazad Just a minor, please squash the 2 commits into a single commit. Thank you!

@PrarthonaPaul
Copy link
Contributor

@nidhiazad Just a minor, please squash the 2 commits into a single commit. Thank you!

Hi @Skyllarr
The commits have been squashed and a separate PR has been submitted here: #2013
Please feel free to close this PR.
Thank you!

@Skyllarr
Copy link
Contributor

Closing this PR. Thank you @PrarthonaPaul and @nidhiazad !

@Skyllarr Skyllarr closed this Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants