aboutsummaryrefslogtreecommitdiff
path: root/reachability
diff options
context:
space:
mode:
Diffstat (limited to 'reachability')
-rw-r--r--reachability/unit_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/reachability/unit_test.go b/reachability/unit_test.go
index 1f761108..5be7f6fb 100644
--- a/reachability/unit_test.go
+++ b/reachability/unit_test.go
@@ -415,9 +415,9 @@ func TestWalkInvalidDomainReturnsPlainError(t *testing.T) {
func mustSerializeTree(tb testing.TB, tree *tree.Tree) []byte {
tb.Helper()
- body, err := tree.SerializeWithoutHeader()
+ body, err := tree.BytesWithoutHeader()
if err != nil {
- tb.Fatalf("SerializeWithoutHeader: %v", err)
+ tb.Fatalf("BytesWithoutHeader: %v", err)
}
return body