mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-21 04:20:30 +08:00
Update skills/quarkus-tdd/SKILL.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
e3d4e33ddb
commit
53e2e798f7
@ -445,8 +445,8 @@ class EventServiceTest {
|
|||||||
Object nullPayload = null;
|
Object nullPayload = null;
|
||||||
|
|
||||||
// ACT & ASSERT
|
// ACT & ASSERT
|
||||||
IllegalArgumentException exception = assertThrows(
|
NullPointerException exception = assertThrows(
|
||||||
IllegalArgumentException.class,
|
NullPointerException.class,
|
||||||
() -> eventService.createSuccessEvent(nullPayload, "EVENT_TYPE")
|
() -> eventService.createSuccessEvent(nullPayload, "EVENT_TYPE")
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user