Skip to content

Commit 3edd321

Browse files
committed
docs: minor comment fix
1 parent 5e3c40b commit 3edd321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/authz_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ func BenchmarkCheck(b *testing.B) {
575575
mockFGA := &mocksmgmt.MockFGA{
576576
CheckResponse: sdkResponse,
577577
CheckAssert: func(_ []*descope.FGARelation) {
578-
time.Sleep(time.Millisecond) // simulate realistic SDK latency
578+
time.Sleep(time.Millisecond) // simulate SDK latency
579579
},
580580
}
581581
mockSDK := &mocksmgmt.MockManagement{

0 commit comments

Comments
 (0)