Explorar o código

fix build break

Darien Raymond %!s(int64=9) %!d(string=hai) anos
pai
achega
7665dbff34
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      testing/assert/pointer.go

+ 1 - 1
testing/assert/pointer.go

@@ -23,7 +23,7 @@ type PointerSubject struct {
 
 func (subject *PointerSubject) Equals(expectation interface{}) {
 	if subject.value != expectation {
-		subject.Fail("is equal to", serial.PointerToString(expectation))
+		subject.Fail("is equal to", serial.ToString(expectation))
 	}
 }