Commit 6c01d22
committed
Fix Go E2E test: use %f for float64 TotalNanoAiu fields
The TotalNanoAiu field was changed from int to *float64 in the generated
types, but the test format strings still used %d. This caused go vet to
fail on all three Go CI legs.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d728297 commit 6c01d22
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
476 | | - | |
| 476 | + | |
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
485 | | - | |
| 485 | + | |
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
| |||
0 commit comments