Skip to content

Commit

Permalink
rename test file
Browse files Browse the repository at this point in the history
  • Loading branch information
mesuutt committed May 24, 2023
1 parent 35ab38c commit 5fa3d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/repo/repo_test.go → pkg/repo/fsrepo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ func TestRepo_AddChange(t *testing.T) {
repoPath, _ := os.MkdirTemp("", "")
t.Cleanup(func() { os.RemoveAll(repoPath) })

commitGen := commit.NewDiffGenerator(filepath.Join(repoPath, "config.toml"))
// commitGen := commit.NewDiffGenerator(filepath.Join(repoPath, "config.toml"))

repo := NewFsRepo(repoPath, commitGen)
repo := NewFsRepo(repoPath)

now := time.Now()
tests := []struct {
Expand Down

0 comments on commit 5fa3d9e

Please sign in to comment.