liuxiaolong
2020-05-14 0604f2a6ae1275d1aa2eb2c4c03494f58f64df39
agent_test.go
@@ -14,7 +14,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package main
package syncdb
import (
   "context"
@@ -28,7 +28,7 @@
   conf := DefaultConfig()
   conf.ClusterID = "testCluster"
   conf.NodeName = "testnode"
   agent, err := Create(conf)
   agent, err := Create(conf, "")
   if err != nil {
      t.Errorf("create agent failed, error: %s", err)
   }