Procházet zdrojové kódy

fix(alpm): rename tests

jguer před 4 roky
rodič
revize
cd02fa459c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)