소스 검색

fix(alpm): rename tests

jguer 4 년 전
부모
커밋
cd02fa459c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config_test.go

+ 1 - 1
config_test.go

@@ -13,7 +13,7 @@ func expect(t *testing.T, field string, a interface{}, b interface{}, err error)
 	}
 }
 
-func TestAlpmConfig(t *testing.T) {
+func TestInitAlpm(t *testing.T) {
 	err := initAlpm("testdata/pacman.conf")
 	if err != nil {
 		t.Fatal(err)