Skip to content

Commit cae33ec

Browse files
committed
chore: lint
1 parent 570860f commit cae33ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/globallock/locker_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func testLocker(t *testing.T, locker Locker) {
106106

107107
t.Run("wait and acquired", func(t *testing.T) {
108108
ctx := context.Background()
109-
ctx, release, err := locker.Lock(ctx, "test")
109+
_, release, err := locker.Lock(ctx, "test")
110110
require.NoError(t, err)
111111

112112
wg := &sync.WaitGroup{}

0 commit comments

Comments
 (0)