Skip to content

Commit

Permalink
Apply pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Oct 25, 2024
1 parent 0cb34e2 commit 859755e
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 @@ -240,9 +240,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 859755e

Please sign in to comment.