Skip to content

Commit a3ac49e

Browse files
committed
fix test name
1 parent 959651c commit a3ac49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/azure/cache_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"github.com/stretchr/testify/assert"
2525
)
2626

27-
func TestzonesCache(t *testing.T) {
27+
func TestZonesCache(t *testing.T) {
2828
now := time.Now()
2929
zoneName := "example.com"
3030
var testCases = map[string]struct {

0 commit comments

Comments
 (0)