Browse Source

fix(alpm): rename tests

jguer 4 years ago
parent
commit
cd02fa459c
1 changed files with 1 additions and 1 deletions
  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)