mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +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
|
@ -167,9 +167,9 @@ var _ = Describe("Logger", func() {
|
|||
})
|
||||
|
||||
Describe("SetLevelString", func() {
|
||||
It("converts Critical level", func() {
|
||||
SetLevelString("Critical")
|
||||
Expect(CurrentLevel()).To(Equal(LevelCritical))
|
||||
It("converts Fatal level", func() {
|
||||
SetLevelString("Fatal")
|
||||
Expect(CurrentLevel()).To(Equal(LevelFatal))
|
||||
})
|
||||
It("converts Error level", func() {
|
||||
SetLevelString("ERROR")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue