Skip to content

Commit

Permalink
styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverLok committed May 23, 2024
1 parent eb2492b commit 3fd73d9
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 @@ -274,8 +274,8 @@ func TestStaleLockWithLockedKey(test *testing.T) {
}

func TestStaleLockPassesFirstCheckButNotSecond(test *testing.T) {
Clear()
defer Clear()
Clear();
defer Clear();

key1 := "testkey1";
staleDuration := time.Duration(config.STALELOCK_DURATION_SECS.Get()) * time.Second;
Expand Down

0 comments on commit 3fd73d9

Please sign in to comment.