Skip to content

Commit

Permalink
fix: update mocks package
Browse files Browse the repository at this point in the history
  • Loading branch information
WendelHime committed Oct 16, 2024
1 parent e167a29 commit 5062304
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion water/downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"
)

//go:generate mockgen -package=chained -destination=mocks_test.go . WASMDownloader
//go:generate mockgen -package=water -destination=mocks_test.go . WASMDownloader

type WASMDownloader interface {
DownloadWASM(context.Context, io.Writer) error
Expand Down
6 changes: 3 additions & 3 deletions water/mocks_test.go

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

0 comments on commit 5062304

Please sign in to comment.