Marcin Kubica пре 4 година
родитељ
комит
c65dbf6ce2
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      pkg/provider/oracle/oracle_test.go

+ 0 - 1
pkg/provider/oracle/oracle_test.go

@@ -283,7 +283,6 @@ func TestValidateStore(t *testing.T) {
 	}
 	p := VaultManagementService{}
 	for _, tc := range testCases {
-
 		err := p.ValidateStore(tc.store)
 		if tc.err != nil && err.Error() != tc.err.Error() {
 			t.Errorf("test failed! want %v, got %v", tc.err, err)