Skip to content

Commit 0f7566c

Browse files
committed
fixup! fixup! graphdb: add concurrent cache property
1 parent c90b730 commit 0f7566c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/db/store_concurrency_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ func TestStoreCacheConcurrentAccess(t *testing.T) {
579579
opsPerWorker := rapid.IntRange(1, 50).Draw(rt, "ops_per_worker")
580580

581581
type workerPlan []operationCall
582-
//
582+
583583
// workerPlan captures the operations assigned to a single
584584
// goroutine for the duration of one property iteration.
585585
plans := make([]workerPlan, numWorkers)

0 commit comments

Comments
 (0)