test fixed

This commit is contained in:
alessio 2017-08-14 20:12:04 +02:00
parent d12ac06eb4
commit 9ffdf3c773
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import (
func TestSettings_Flimit(t *testing.T) {
s := Settings{}
s.Config.Flimit = 1
s.Config.Flimit = 100
if err := s.Flimit(); err != nil {
t.Fatal("Unable to increase limit", err)
}

View File

@ -40,4 +40,4 @@ func TestSettings_Create(t *testing.T) {
}
f := s.Create(p, "io_test")
os.Remove(f.Name())
}
}