This commit is contained in:
Umputun
2019-01-11 14:06:31 -06:00
parent 57ffa5d491
commit 8b0926a338
-7
View File
@@ -292,10 +292,3 @@ func addComment(t *testing.T, c store.Comment, ts *httptest.Server) string {
time.Sleep(time.Nanosecond * 10)
return crResp["id"].(string)
}
func cleanup(ts *httptest.Server, srv *Rest) {
ts.Close()
srv.DataService.Close()
os.Remove(testDb)
os.Remove(testHTML)
}