Skip to content

Commit

Permalink
Downgrade mockery to prevent incorrect deprecation warning. (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
winder authored Sep 2, 2022
1 parent 284ddc1 commit 2619fdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ idb/postgres/internal/schema/setup_postgres_sql.go: idb/postgres/internal/schema
cd idb/postgres/internal/schema && go generate

idb/mocks/IndexerDb.go: idb/idb.go
go install github.com/vektra/mockery/[email protected].3
go install github.com/vektra/mockery/[email protected].1
cd idb && mockery --name=IndexerDb

# check that all packages (except tests) compile
Expand Down
13 changes: 5 additions & 8 deletions idb/mocks/IndexerDb.go

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

0 comments on commit 2619fdb

Please sign in to comment.