Skip to content

Commit

Permalink
my bad, there was no issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi-De committed Sep 4, 2024
1 parent 3cdfafc commit 9985a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/test_sync_dotenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_sync_dotenv(runner: CommandRunner, pyproject_toml):
env_template_file = Path(".env.template")
assert env_file.exists()
assert env_template_file.exists()
assert "DEBUG=False" in env_file.read_text()
assert "DEBUG=True" in env_file.read_text()
assert "DEBUG=" in env_template_file.read_text()


Expand Down

0 comments on commit 9985a2e

Please sign in to comment.