Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Feb 17, 2024
1 parent 009f56e commit 61b00a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tasks:

install:mockgen:
vars:
VERSION: v0.3.0
VERSION: cat go.mod|grep go.uber.org/mock |awk -F ' ' '{print $2}'
status:
- go version -m $GOPATH/bin/mockgen | grep go.uber.org/mock | grep {{.VERSION}}
cmd: |
Expand Down
4 changes: 2 additions & 2 deletions tests/case1/kod_gen_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 61b00a1

Please sign in to comment.