goconvey
goconvey copied to clipboard
Panic on Running Tests
Tests do not run when application is initialized. The following panic occurs when the "run tests" button is pressed:
panic: runtime error: index out of range goroutine 18 [running]: main.extractRoot(...) /go/src/github.com/smartystreets/goconvey/goconvey.go:136 main.runTestOnUpdates(0xc4201120c0, 0x997e00, 0xc420108100, 0x99b0c0, 0xc420108140) /go/src/github.com/smartystreets/goconvey/goconvey.go:121 +0x181 created by main.main /go/src/github.com/smartystreets/goconvey/goconvey.go:80 +0x616
I have the same issue...with the same error message that has nothing to do with my tests.