forked from wrenn/wrenn
Fix lint warnings: drop deprecated Name field from snapshot response, check errcheck in benchmark
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@ -113,6 +113,6 @@ func BenchmarkParseSandboxID(b *testing.B) {
|
||||
s := FormatSandboxID(id)
|
||||
b.ResetTimer()
|
||||
for i := 0; i < b.N; i++ {
|
||||
ParseSandboxID(s)
|
||||
_, _ = ParseSandboxID(s)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user