From 8819911f0b5289294fc764aba18544f96358a47c Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期六, 19 九月 2020 10:58:41 +0800
Subject: [PATCH] fix logSql has '

---
 agent_test.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/agent_test.go b/agent_test.go
index fbabde6..da7e004 100644
--- a/agent_test.go
+++ b/agent_test.go
@@ -28,7 +28,7 @@
 	conf := DefaultConfig()
 	conf.ClusterID = "testCluster"
 	conf.NodeName = "testnode"
-	agent, err := Create(conf)
+	agent, err := Create(conf, "./snapshotfile")
 	if err != nil {
 		t.Errorf("create agent failed, error: %s", err)
 	}

--
Gitblit v1.8.0