-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1763b15
commit e6e4d00
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Fix replace-type for different packages from the same source | ||
|
||
[Issue 710](https://github.com/vektra/mockery/pull/710) | ||
|
||
This package is used to test the case where multiple types come from the same package (`replace_type/rti/internal`), | ||
but results in types in different packages (`replace_type/rt1` and `replace_type/rt2`). | ||
|
||
Tests `TestReplaceTypePackageMultiplePrologue` and `TestReplaceTypePackageMultiple` use it to check if this outputs | ||
the correct import and type names. |