Skip to content

Commit 290f469

Browse files
committed
fix mockery
1 parent 523a8e3 commit 290f469

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ test_with_coverage: test
3535
$(GO) tool cover -html=${TEST_COVERAGE_FILE}
3636

3737
mockery:
38-
mockery --name=S3Downloader --with-expecter --dir ./downloader
39-
mockery --name=Locker --with-expecter --dir ./finalDownloader
38+
mockery --name=S3Downloader --with-expecter --dir ./phase_2
39+
mockery --name=Locker --with-expecter --dir ./phase_3
4040

mocks/S3Downloader.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phase_1/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)