Skip to content

Commit 853e48a

Browse files
committed
Add repo20 graph
1 parent c87f0e3 commit 853e48a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/integration/compare_test.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ func inspectCompare(t *testing.T, htmlDoc *HTMLDoc, diffCount int, diffChanges [
5454
}
5555
}
5656

57+
// Git commit graph for repo20
58+
// * 8babce9 (origin/remove-files-b) Add a dummy file
59+
// * b67e43a Delete test.csv and link_hi
60+
// | * cfe3b3c (origin/remove-files-a) Delete test.csv and link_hi
61+
// |/
62+
// * c8e31bc (origin/add-csv) Add test csv file
63+
// * 808038d (HEAD -> master, origin/master, origin/HEAD) Added test links
64+
5765
// Inderect compare remove-files-b (head) with add-csv (base) branch
5866
// 'link_hi' and 'test.csv' are deleted, 'test.txt' is added
5967
func TestCompareBranches(t *testing.T) {

0 commit comments

Comments
 (0)