Skip to content

Commit

Permalink
styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverLok committed May 27, 2024
1 parent 642d74e commit d7c5f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/lockmanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}
}

Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit d7c5f4f

Please sign in to comment.