Skip to content

Commit 37fccdb

Browse files
committed
Fix linting
1 parent 853e48a commit 37fccdb

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

tests/integration/compare_test.go

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ func inspectCompare(t *testing.T, htmlDoc *HTMLDoc, diffCount int, diffChanges [
6363
// * 808038d (HEAD -> master, origin/master, origin/HEAD) Added test links
6464

6565
// Inderect compare remove-files-b (head) with add-csv (base) branch
66-
// 'link_hi' and 'test.csv' are deleted, 'test.txt' is added
66+
//
67+
// 'link_hi' and 'test.csv' are deleted, 'test.txt' is added
6768
func TestCompareBranches(t *testing.T) {
6869
defer tests.PrepareTestEnv(t)()
6970

@@ -79,7 +80,8 @@ func TestCompareBranches(t *testing.T) {
7980
}
8081

8182
// Inderect compare remove-files-b (head) with remove-files-a (base) branch
82-
// 'link_hi' and 'test.csv' are deleted, 'test.txt' is added
83+
//
84+
// 'link_hi' and 'test.csv' are deleted, 'test.txt' is added
8385
func TestCompareDeleted(t *testing.T) {
8486
defer tests.PrepareTestEnv(t)()
8587

@@ -95,7 +97,8 @@ func TestCompareDeleted(t *testing.T) {
9597
}
9698

9799
// Inderect compare remove-files-a (head) with remove-files-b (base) branch
98-
// 'link_hi' and 'test.csv' are deleted
100+
//
101+
// 'link_hi' and 'test.csv' are deleted
99102
func TestCompareDeletedReverse(t *testing.T) {
100103
defer tests.PrepareTestEnv(t)()
101104

@@ -111,7 +114,8 @@ func TestCompareDeletedReverse(t *testing.T) {
111114
}
112115

113116
// Direct compare remove-files-b (head) with remove-files-a (base) branch
114-
// 'test.txt' is deleted
117+
//
118+
// 'test.txt' is deleted
115119
func TestDirectCompareDeleted(t *testing.T) {
116120
defer tests.PrepareTestEnv(t)()
117121

0 commit comments

Comments
 (0)