소스 검색

Update utils_test.go

Guillaume J. Charmes 12 년 전
부모
커밋
dcf9dfb129
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      utils/utils_test.go

+ 1 - 1
utils/utils_test.go

@@ -318,7 +318,7 @@ func TestGetResolvConf(t *testing.T) {
 	}
 }
 
-func TestCheclLocalDns(t *testing.T) {
+func TestCheckLocalDns(t *testing.T) {
 	for resolv, result := range map[string]bool{`# Dynamic
 nameserver 10.0.2.3
 search dotcloud.net`: false,