JosiahWitt / ensure

A balanced test framework for Go
MIT License
8 stars 0 forks source link

Error message missing value #39

Closed nc-wittj closed 2 years ago

nc-wittj commented 3 years ago
Unable to execute error template:
        Kind: github.com/JosiahWitt/ensure/ensurepkg:erkTableInvalid
        Template: Mocks.{{.mocksFieldName}} should be a pointer to a struct, got {{type .mockEntry}}
        Params: map[mocksFieldName:S3]
        Error: template: :1:70: executing "" at <.mockEntry>: map has no entry for key "mockEntry"
JosiahWitt commented 2 years ago

Closing as stale, since I haven't encountered this recently.