add test parameters

parent 1db3b344
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -11,11 +11,11 @@ import ( ...@@ -11,11 +11,11 @@ import (
*/ */
func TestCcQuery(t *testing.T) { func TestCcQuery(t *testing.T) {
result := CcQuery() result := CcQuery(MyccID,"query",MydefaultQueryArgs)
fmt.Println(string(result)) fmt.Println(string(result))
} }
func TestCcInvoke(t *testing.T) { func TestCcInvoke(t *testing.T) {
result := CcInvoke() result := CcInvoke(MyccID,"invoke",MydefaultexecuteArgs)
fmt.Println(string(result)) fmt.Println(string(result))
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment