Catch up to a few renames

This commit is contained in:
Sean Chittenden 2016-03-26 19:32:11 -07:00
parent dc291e4027
commit ee95c55d88
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ func GetBufferedLogger() *log.Logger {
type fauxConnPool struct { type fauxConnPool struct {
} }
func (s *fauxConnPool) TestConsulServer(server *server_details.ServerDetails) bool { func (s *fauxConnPool) PingConsulServer(server *server_details.ServerDetails) bool {
return true return true
} }

View File

@ -29,7 +29,7 @@ func GetBufferedLogger() *log.Logger {
type fauxConnPool struct { type fauxConnPool struct {
} }
func (s *fauxConnPool) TestConsulServer(server *server_details.ServerDetails) bool { func (s *fauxConnPool) PingConsulServer(server *server_details.ServerDetails) bool {
return true return true
} }