You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix incorrect string conversion in test session ID generation
- Replace string(rune('a' + i)) with fmt.Sprintf("session-%d", i)
- Previous approach only worked for i values 0-25 and produced unexpected Unicode characters for larger values
- Add fmt import to storage_test.go
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments