Skip to content

Commit bf8fedb

Browse files
committed
lint issue
1 parent cf13131 commit bf8fedb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

db/document_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -703,21 +703,21 @@ func TestAlignRevTreeHistory(t *testing.T) {
703703
expectedRevTree: []string{"3-abc", "2-abc", "1-abc"},
704704
},
705705
{
706-
name: "no common history, one generation above",
706+
name: "no common history, one generation above",
707707
currentRev: "3-abc",
708708
localRevTree: []string{"3-abc", "2-abc", "1-abc"},
709709
incomingRevTree: []string{"5-abc", "4-abc"},
710710
expectedRevTree: []string{"5-abc", "4-abc"},
711711
},
712712
{
713-
name: "one common rev between the two",
713+
name: "one common rev between the two",
714714
currentRev: "4-abc",
715715
localRevTree: []string{"4-abc", "3-abc", "2-abc", "1-abc"},
716716
incomingRevTree: []string{"5-abc", "4-abc"},
717717
expectedRevTree: []string{"5-abc", "4-abc", "3-abc", "2-abc", "1-abc"},
718718
},
719719
{
720-
name: "same number of rev but diff in history",
720+
name: "same number of rev but diff in history",
721721
currentRev: "4-abc",
722722
localRevTree: []string{"4-abc", "3-abc", "2-abc", "1-abc"},
723723
incomingRevTree: []string{"4-def", "3-def", "2-abc", "1-abc"},

rest/replicatortest/replicator_revtree_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func TestActiveReplicatorRevTreeReconciliation(t *testing.T) {
163163
}
164164
}
165165

166-
func TestActiveReplicatorRevtreeLargeDiffInSize(t *testing.T) {
166+
func TestActiveReplicatorRevtreeLargeDiffInSize(t *testing.T) {
167167
base.RequireNumTestBuckets(t, 2)
168168
base.SetUpTestLogging(t, base.LevelDebug, base.KeyHTTP, base.KeySync, base.KeyChanges, base.KeyCRUD, base.KeyReplicate)
169169

0 commit comments

Comments
 (0)