fix(alpm): rename tests

This commit is contained in:
jguer 2020-07-05 02:46:48 +02:00
parent fb5b6b74fe
commit cd02fa459c
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35

View file

@ -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)