Explorar el Código

修改函数名

yjp hace 1 año
padre
commit
7ade2a0b40
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 0 0
      sdk/sql.go
  2. 1 1
      test/sdk_test.go

+ 0 - 0
sdk/crud.go → sdk/sql.go


+ 1 - 1
test/sdk_test.go

@@ -481,7 +481,7 @@ func TestSqlResult(t *testing.T) {
 	}
 }
 
-func TestCRUD(t *testing.T) {
+func TestSql(t *testing.T) {
 	err := sdk.InitInstance(token, address, httpPort, grpcPort, namespace, dataSource)
 	if err != nil {
 		t.Fatal(err)