Skip to content

Commit

Permalink
Quick fix for generated mock file name (#3959)
Browse files Browse the repository at this point in the history
  • Loading branch information
yux0 authored Feb 16, 2023
1 parent a23489b commit 98a52d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/history/workflowRebuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

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

package history

Expand Down
File renamed without changes.

0 comments on commit 98a52d1

Please sign in to comment.