Skip to content

Commit

Permalink
Update tests/test_env.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin P. Fleming <[email protected]>
  • Loading branch information
lgtml and kpfleming authored Aug 3, 2024
1 parent 2515551 commit 01d3a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_equals_sign_in_file_value(make_file_pair: FilePairFactory) -> None:
# B: C should return their assigned values
# D: key with an equals sign and no value should return empty string
# E: should interpolate the value of C
# F: should fail interpolate the value of G due to order
# F: should fail to interpolate the value of G due to order
# G: should be assigned value
# Ref: https://pypi.org/project/python-dotenv/
files = make_file_pair(
Expand Down

0 comments on commit 01d3a85

Please sign in to comment.