Catch up to a few renames

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

View File

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

View File

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