Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 25, 2024
1 parent e69255a commit 7b12baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_diffraction_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ def test_dump(tmp_path, mocker):
test.name = "test"
test.scat_quantity = "x-ray"
test.insert_scattering_quantity(
x, y, "q", metadata={"thing1": 1, "thing2": "thing2", "package_info": {"package2": "3.4.5"}}
x, y, "q", metadata={"thing1": 1, "thing2": "thing2", "package_info": {"package2": "3.4.5"}}
)

mocker.patch("importlib.metadata.version", return_value="3.3.0")

with freeze_time("2012-01-14"):
Expand Down

0 comments on commit 7b12baf

Please sign in to comment.