浏览代码

codec: py_test.go: fix build calling doTestPythonGenStreams

Ugorji Nwoke 6 年之前
父节点
当前提交
c697143e03
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      codec/py_test.go

+ 2 - 2
codec/py_test.go

@@ -14,11 +14,11 @@ import (
 )
 )
 
 
 func TestMsgpackPythonGenStreams(t *testing.T) {
 func TestMsgpackPythonGenStreams(t *testing.T) {
-	doTestPythonGenStreams(t, "msgpack", testMsgpackH)
+	doTestPythonGenStreams(t, testMsgpackH)
 }
 }
 
 
 func TestCborPythonGenStreams(t *testing.T) {
 func TestCborPythonGenStreams(t *testing.T) {
-	doTestPythonGenStreams(t, "cbor", testCborH)
+	doTestPythonGenStreams(t, testCborH)
 }
 }
 
 
 func TestMsgpackRpcSpecGoClientToPythonSvc(t *testing.T) {
 func TestMsgpackRpcSpecGoClientToPythonSvc(t *testing.T) {