Skip to content

Commit

Permalink
Format with black==24.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Sep 22, 2024
1 parent b7e99bc commit e300770
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_declare.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,9 @@ def test_add_hidden_timestamp_enabled(enable_add_hidden_timestamp, schema_any):


def test_add_hidden_timestamp_disabled(disable_add_hidden_timestamp, schema_any):
assert not config["add_hidden_timestamp"], "expected add_hidden_timestamp to be False"
assert not config[
"add_hidden_timestamp"
], "expected add_hidden_timestamp to be False"
msg = f"{Experiment().heading._attributes=}"
assert not any(
a.name.endswith("_timestamp") for a in Experiment().heading._attributes.values()
Expand Down

0 comments on commit e300770

Please sign in to comment.