Advertisement
Guest User

Untitled

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