Skip to content

Commit

Permalink
Remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokom committed Jan 30, 2025
1 parent d2fb26e commit 8f95ed0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloudcost-exporter-dashboards/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ func Test_sluggify(t *testing.T) {
"multiple words should be hyphenated": {s: "multiple words", want: "multiple-words"},
"mixed case should be lowercased": {s: "Mixed Case", want: "mixed-case"},
"leading and trailing spaces should be removed": {s: " leading and trailing spaces ", want: "leading-and-trailing-spaces"},
"special characters should be removed": {s: "special characters !@#$%^&*()_+{}|:<>?`~", want: "special-characters"},
}
for name, tt := range tests {
t.Run(name, func(t *testing.T) {
Expand Down

0 comments on commit 8f95ed0

Please sign in to comment.