From a8572722b5cd9b517bbb2965db0d7196503cf939 Mon Sep 17 00:00:00 2001 From: scruzin Date: Sun, 13 Jan 2019 15:55:02 +1030 Subject: [PATCH] Uncomment accidentally commented-out code. --- rtmp/amf/amf_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtmp/amf/amf_test.go b/rtmp/amf/amf_test.go index 9bac593d..4a0d19e1 100644 --- a/rtmp/amf/amf_test.go +++ b/rtmp/amf/amf_test.go @@ -93,7 +93,6 @@ func TestNumbers(t *testing.T) { } } -/* // TestProperties tests encoding and decoding of properties. func TestProperties(t *testing.T) { var buf [1024]byte @@ -145,7 +144,6 @@ func TestProperties(t *testing.T) { } } -*/ // TestObject tests encoding and decoding of objects. func TestObject(t *testing.T) {