Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ error: `interface not found in source`

This log message indicates that an interface was explicitly listed in the mockery config but it was not found in the source. This can happen for a number of reasons:

1. The package name was misspelled
1. The package path was misspelled (e.g., a case-sensitivity mismatch)
2. The interface name was misspelled
3. The `#!yaml include-auto-generated: false` parameter was set (of which `false` is the default) and the interface lived in an auto-generated file.

Expand Down