Skip to content

Commit

Permalink
test: robust-compiler-downloader-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Jan 3, 2025
1 parent c48a049 commit cc195f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/v-next-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- v-next
- robust-compiler-downloader-debug
pull_request:
workflow_dispatch:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ describe(

await mockDownloader.updateCompilerListIfNeeded(new Set(["0.4.12"]));

await mockDownloader.downloadCompiler("0.4.12");

assertRejectsWithHardhatError(
() => mockDownloader.downloadCompiler("0.4.12"),
HardhatError.ERRORS.SOLIDITY.INVALID_DOWNLOAD,
Expand Down

0 comments on commit cc195f9

Please sign in to comment.