Skip to content

Commit 44f1fdc

Browse files
committed
Remove comments
1 parent e67a1d6 commit 44f1fdc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

namer/namer_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ func TestFromPath(t *testing.T) {
1717
mockHome := new(home.MockHome)
1818
n := NewNamer(mockPathwrap, mockGit, mockHome)
1919

20-
// TODO: test namer for git bare repo (using bare root)
21-
// TODO: test namer for git repo (using top level)
22-
// TODO: test namer for non-git dir (using base dir)
23-
2420
t.Run("name for git repo", func(t *testing.T) {
2521
mockPathwrap.On("EvalSymlinks", "/Users/josh/config/dotfiles/.config/neovim").Return("/Users/josh/config/dotfiles/.config/neovim", nil)
2622
mockGit.On("WorktreeList", "/Users/josh/config/dotfiles/.config/neovim").Return(false, "", nil)

0 commit comments

Comments
 (0)