mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-20 20:10:27 +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;
|
||||
|
||||
// ACT & ASSERT
|
||||
IllegalArgumentException exception = assertThrows(
|
||||
IllegalArgumentException.class,
|
||||
NullPointerException exception = assertThrows(
|
||||
NullPointerException.class,
|
||||
() -> eventService.createSuccessEvent(nullPayload, "EVENT_TYPE")
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user