mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-13 20:08:36 -07:00
More test cleanup
This commit is contained in:
@@ -14,7 +14,10 @@ import (
|
||||
)
|
||||
|
||||
func TestPublicAnnounce(t *testing.T) {
|
||||
srv, _ := setupTracker(&config.DefaultConfig)
|
||||
srv, err := setupTracker(&config.DefaultConfig)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
defer srv.Close()
|
||||
|
||||
// Add one seeder.
|
||||
|
||||
Reference in New Issue
Block a user