Commit c932f0d
Fix hash_test.go to compile with updated NewParser signature (#268)
NewParser gained an `input string` parameter, but sdks/go/src/hash_test.go
was never updated, so `go test ./src/...` failed to compile. The test only
exercises relationIdFromString, which does not read input, so pass "".
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 6fe52b9 commit c932f0d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments