mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Fix timer going awry
This commit is contained in:
parent
feb774a149
commit
580e9ae4bd
5 changed files with 14 additions and 21 deletions
|
@ -27,7 +27,7 @@ var _ = Describe("MediaStreamer", func() {
|
|||
{ID: "123", Path: "tests/fixtures/test.mp3", Suffix: "mp3", BitRate: 128, Duration: 257.0},
|
||||
})
|
||||
testCache := GetTranscodingCache()
|
||||
Eventually(func() bool { return testCache.Ready(context.TODO()) }).Should(BeTrue())
|
||||
Eventually(func() bool { return testCache.Available(context.TODO()) }).Should(BeTrue())
|
||||
})
|
||||
AfterEach(func() {
|
||||
_ = os.RemoveAll(conf.Server.DataFolder)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue