Skip to content
Snippets Groups Projects
Commit f7aa223a authored by 邹毅贤's avatar 邹毅贤
Browse files

delete mock json

parent 14281690
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ import ( ...@@ -21,6 +21,7 @@ import (
"fmt" "fmt"
"net/http" "net/http"
"net/http/httptest" "net/http/httptest"
"os"
"strings" "strings"
"sync" "sync"
"testing" "testing"
...@@ -260,3 +261,8 @@ func (l *apolloDataListener) Process(configType *config_center.ConfigChangeEvent ...@@ -260,3 +261,8 @@ func (l *apolloDataListener) Process(configType *config_center.ConfigChangeEvent
l.count++ l.count++
l.event = configType.Key l.event = configType.Key
} }
func TestDeleteMockJson(t *testing.T) {
remove := os.Remove("mockDubbog.properties.json")
t.Log("remove result:", remove)
}
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