Skip to content

Commit

Permalink
✅ Fix joe-core compilation test
Browse files Browse the repository at this point in the history
  • Loading branch information
michprev committed Sep 24, 2023
1 parent d276b02 commit 062495b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_compilation.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ def test_compile_trader_joe(setup_project, config):
)
assert len(output)

(PYTEST_BUILD_PATH / "woke.toml").write_text(
"""
[compiler.solc]
ignore_paths = ["node_modules", "test", "lib"]
"""
)

cli_runner = CliRunner()
with change_cwd(PYTEST_BUILD_PATH):
cli_result = cli_runner.invoke(
Expand Down

0 comments on commit 062495b

Please sign in to comment.