mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 05:27:37 +03:00
Remove temp folders after tests
This commit is contained in:
parent
fa3471f527
commit
66a9cbb7d9
6 changed files with 30 additions and 15 deletions
3
utils/cache/spread_fs_test.go
vendored
3
utils/cache/spread_fs_test.go
vendored
|
@ -19,9 +19,8 @@ var _ = Describe("Spread FS", func() {
|
|||
fs, err = NewSpreadFS(rootDir, 0755)
|
||||
Expect(err).To(BeNil())
|
||||
})
|
||||
|
||||
AfterEach(func() {
|
||||
Expect(os.RemoveAll(rootDir)).To(BeNil())
|
||||
_ = os.RemoveAll(rootDir)
|
||||
})
|
||||
|
||||
Describe("KeyMapper", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue