From d7c5f4f1ce43ab0294bae0ce4b2d375b3f7c22ff Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 27 May 2024 00:01:32 -0700 Subject: [PATCH] styling changes --- common/lockmanager_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/lockmanager_test.go b/common/lockmanager_test.go index 8645d3da..285868c7 100644 --- a/common/lockmanager_test.go +++ b/common/lockmanager_test.go @@ -271,7 +271,7 @@ func TestStaleLockRetentionWithLockedKey(test *testing.T) { err := Unlock(key1); if (err != nil) { - test.Fatalf("Failed to unlock key1 after checking for staleness.") + test.Fatalf("Failed to unlock key1 after checking for staleness."); } } @@ -332,7 +332,7 @@ func TestLockRetentionWithMidCheckActivity(test *testing.T) { } } -// Lock(key1) -> Unlock(key1) -> Make Stale -> %StaleCheck +// Lock(key1) -> Unlock(key1) -> Make Stale -> %StaleCheck. func TestStaleLockDeletion(test *testing.T) { clear(); defer clear();