Skip to content

Commit 7b12baf

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent e69255a commit 7b12baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_diffraction_objects.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ def test_dump(tmp_path, mocker):
241241
test.name = "test"
242242
test.scat_quantity = "x-ray"
243243
test.insert_scattering_quantity(
244-
x, y, "q", metadata={"thing1": 1, "thing2": "thing2", "package_info": {"package2": "3.4.5"}}
244+
x, y, "q", metadata={"thing1": 1, "thing2": "thing2", "package_info": {"package2": "3.4.5"}}
245245
)
246-
246+
247247
mocker.patch("importlib.metadata.version", return_value="3.3.0")
248248

249249
with freeze_time("2012-01-14"):

0 commit comments

Comments
 (0)