Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- === RUN TestInit
- suite.go:63: test panicked: runtime error: invalid memory address or nil pointer dereference
- goroutine 19 [running]:
- runtime/debug.Stack(0xc0000bbb80, 0x132e6e0, 0x15a6bf0)
- /usr/local/go/src/runtime/debug/stack.go:24 +0x9f
- github.com/stretchr/testify/suite.failOnPanic(0xc000082900)
- /Users/ferrany/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:63 +0x5b
- panic(0x132e6e0, 0x15a6bf0)
- /usr/local/go/src/runtime/panic.go:965 +0x1b9
- Service/internal/system/dictionaries.(*Dictionaries).LoadDictionaries(0x15b4ca0)
- /Users/ferrany/Library/Mobile Documents/com~apple~CloudDocs/GitHub/Ferrany/Go/Работа/CompanyName/Service/internal/system/dictionaries/dictionaries.go:23 +0x28
- Service/test.(*ServiceTest).SetupSuite(0xc0000c01e0)
- /Users/ferrany/Library/Mobile Documents/com~apple~CloudDocs/GitHub/Ferrany/Go/Работа/CompanyName/Service/test/Quotes_test.go:202 +0x3b
- github.com/stretchr/testify/suite.Run(0xc000082900, 0x13e4498, 0xc0000c01e0)
- /Users/ferrany/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:118 +0x5c7
- Service/test.TestInit(0xc000082900)
- /Users/ferrany/Library/Mobile Documents/com~apple~CloudDocs/GitHub/Ferrany/Go/Работа/CompanyName/Service/test/Quotes_test.go:197 +0x51
- testing.tRunner(0xc000082900, 0x139b540)
- /usr/local/go/src/testing/testing.go:1194 +0xef
- created by testing.(*T).Run
- /usr/local/go/src/testing/testing.go:1239 +0x2b3
- --- FAIL: TestInit (0.00s)
- FAIL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement