Skip to content

Commit c178394

Browse files
author
Hayim.Shaul@ibm.com
committed
fixes
Signed-off-by: Hayim.Shaul@ibm.com <hayimsha@fhe3.haifa.ibm.com>
1 parent 8a13f9e commit c178394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

token/services/storage/auditdb/store_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ func TestAcquireAndReleaseLocks_Integration(t *testing.T) {
324324
require.NoError(t, err)
325325

326326
// Verify locks are held
327-
dedupBoxed, ok := store.eIDsLocks.Load("anchor_integration")
327+
_, ok := store.eIDsLocks.Load("anchor_integration")
328328
require.True(t, ok)
329329

330330
// Release locks

0 commit comments

Comments
 (0)