Skip to content

Commit 98a52d1

Browse files
authored
Quick fix for generated mock file name (#3959)
1 parent a23489b commit 98a52d1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

service/history/workflowRebuilder.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2323
// THE SOFTWARE.
2424

25-
//go:generate mockgen -copyright_file ../../LICENSE -package $GOPACKAGE -source $GOFILE -destination workflowResetter_mock.go
25+
//go:generate mockgen -copyright_file ../../LICENSE -package $GOPACKAGE -source $GOFILE -destination workflowRebuilder_mock.go
2626

2727
package history
2828

0 commit comments

Comments
 (0)