瀏覽代碼

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)