mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Rename log.LevelCritical to log.LevelFatal
This commit is contained in:
parent
28389fb05e
commit
5943e8f953
26 changed files with 40 additions and 46 deletions
|
@ -11,7 +11,7 @@ import (
|
|||
|
||||
func TestAgents(t *testing.T) {
|
||||
tests.Init(t, false)
|
||||
log.SetLevel(log.LevelCritical)
|
||||
log.SetLevel(log.LevelFatal)
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Scrobbler Test Suite")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue