Commit bd6ef76
Fix Java test type mismatch: PingResult.timestamp is Long not String
The generated PingResult record has timestamp as Long (milliseconds),
but tests were passing String values (ISO date format). Update tests
to use Long millisecond values instead.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 817d2e5 commit bd6ef76
1 file changed
Lines changed: 4 additions & 4 deletions
File tree
- java/src/test/java/com/github/copilot/sdk/generated/rpc
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
474 | | - | |
| 474 | + | |
475 | 475 | | |
476 | | - | |
| 476 | + | |
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| |||
0 commit comments