-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Improve-test-coverage - AuditEventConverter, JdlMetadataService, YoRC… #247
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Strat1987 : Hi, thanks for submitting the PR. 😄
-
Could you please sign the CLA.
-
There seems to be a CI failure in the newly added file
AuditEventConverterTest.java
at line 59. I think there's a problem with the syntax.
-> at io.github.jhipster.online.config.audit.AuditEventConverterTest.convertToAuditEventNullEvent(AuditEventConverterTest.java:59)
You cannot use argument matchers outside of verification or stubbing.
Examples of correct usage of argument matchers:
when(mock.get(anyInt())).thenReturn(null);
doThrow(new RuntimeException()).when(mock).someVoidMethod(anyObject());
verify(mock).someMethod(contains("foo"))
|
@Strat1987 : The CLA doesn't seem to be signed yet. Did you already signed it? Maybe there's something wrong on our side? 🤔 cc: @pascalgrimaud |
src/main/java/io/github/jhipster/online/service/JdlMetadataService.java
Outdated
Show resolved
Hide resolved
I think it's because the commits come from @roexber account, and you tried to sign the cla with @Strat1987 account |
@pascalgrimaud : Thanks. Nice catch. 👍🏼 |
I've now accepted CLA using the github account I also used for the commits, apologies |
No worry @roexber : don't be sorry for helping Open Source projects :-) |
c7302fe
to
ea672db
Compare
@Strat1987 : No worries, thanks a bunch. Can you re-base and run prettier; EDIT: You don't have to run prettier as it's auto run on commit anyways. My mistake. 😢 |
ea672db
to
5b1f941
Compare
@SudharakaP Done, It's a challenge for me performing this many history changing GIT commands which I'm really not accustomed with in my day to day. |
@roexber : Thanks much for your contribution. Looks awesome. 👍🏼 |
@SudharakaP thanks for the kind words. I'm happy to contribute since JHipster greatly helped in coming back to the spring eco system |
You are welcome. 🙃
…On Sun, Oct 18, 2020, 11:46 PM roexber ***@***.***> wrote:
@SudharakaP <https://github.com/SudharakaP> thanks for the kind words.
I'm happy to contribute since JHipster greatly helped in coming back to the
spring eco system
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#247 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC64D7PZKZBD5ZTGWPCFT4LSLPOFXANCNFSM4SLW7CCQ>
.
|
Related to #213