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) {