Updated SetBalance action

This commit is contained in:
Trial97
2021-02-24 17:29:20 +02:00
committed by Dan Christian Bogos
parent 83c26e5fd6
commit 1437cfaff3
85 changed files with 783 additions and 469 deletions

View File

@@ -123,6 +123,9 @@ func TestAnalyzerSReload2(t *testing.T) {
close(anz.stopChan)
anz.start()
anz.anz = nil
if err := os.RemoveAll("/tmp/analyzers"); err != nil {
t.Fatal(err)
}
}
func TestAnalyzerSReload3(t *testing.T) {