Skip to content

Commit

Permalink
Merge pull request #12315 from BinacsLee/binacs-mvcc-fix-typo
Browse files Browse the repository at this point in the history
mvcc: fix typo
  • Loading branch information
jingyih authored Sep 18, 2020
2 parents 588c021 + 6968c45 commit 6d5b77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvcc/kvstore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ func TestConcurrentReadTxAndWrite(t *testing.T) {
numOfWrites = 100
maxNumOfPutsPerWrite = 10
committedKVs kvs // committedKVs records the key-value pairs written by the finished Write Txns
mu sync.Mutex // mu protectes committedKVs
mu sync.Mutex // mu protects committedKVs
)
b, tmpPath := backend.NewDefaultTmpBackend()
s := NewStore(zap.NewExample(), b, &lease.FakeLessor{}, nil, StoreConfig{})
Expand Down

0 comments on commit 6d5b77b

Please sign in to comment.