Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tuturu-tech committed Dec 23, 2024
1 parent db1a71c commit 7bf41fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def setup_foundry_temp_dir(tmp_path_factory: Any) -> None:

# Create foundry config
foundry_config = os.path.join(temp_dir, "foundry.toml")
out_str: str = "[profile.default]\nsolc-version = \"0.8.19\"\nevm_version = \"shanghai\""
out_str: str = '[profile.default]\nsolc-version = "0.8.19"\nevm_version = "shanghai"'
with open(foundry_config, "w", encoding="utf-8") as outfile:
outfile.write(out_str)

Expand Down

0 comments on commit 7bf41fd

Please sign in to comment.