Commit 5900443
Adapt Java test to AssistantMessageEventData constructor change
The regenerated AssistantMessageEventData record dropped a field
(now 16 components), but the handwritten test factory still passed
17 positional args, breaking test compilation. Remove the extra
trailing null to match the new constructor arity.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 18d1559 commit 5900443
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
865 | 865 | | |
866 | 866 | | |
867 | 867 | | |
868 | | - | |
| 868 | + | |
869 | 869 | | |
870 | 870 | | |
871 | 871 | | |
| |||
0 commit comments