We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fc404 commit 57b674eCopy full SHA for 57b674e
tests/code_file_view_test.go
@@ -15,7 +15,7 @@ func TestCodeFileView(t *testing.T) {
15
r, _ := git.OpenRepository(path.Join(cwd, ".."))
16
17
repoPath := r.Path()
18
- expectedLine := "# gitconvex GoLang project"
+ expectedLine := "# Gitconvex"
19
20
type args struct {
21
repo *git.Repository
0 commit comments