Skip to content

Commit

Permalink
#6 のバグ対応のテストケースを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Sep 30, 2023
1 parent 7a7c119 commit 55db89e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/counter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ func TestCounter_Summary(t *testing.T) {
},
want: "5 directories, 7 files",
},
{
name: "pattern2",
paths: []string{
"skillset-visualizer/terraform/state/default.tfstate",
"standard/module/structure/default.tfstate",
},
want: "6 directories, 2 files",
},
}

for _, tt := range tests {
Expand Down

0 comments on commit 55db89e

Please sign in to comment.