Skip to content

Commit 859755e

Browse files
committed
Apply pre-commit
1 parent 0cb34e2 commit 859755e

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
@@ -240,9 +240,9 @@ def test_dump(tmp_path, mocker):
240240
test.name = "test"
241241
test.scat_quantity = "x-ray"
242242
test.insert_scattering_quantity(
243-
x, y, "q", metadata={"thing1": 1, "thing2": "thing2", "package_info": {"package2": "3.4.5"}}
243+
x, y, "q", metadata={"thing1": 1, "thing2": "thing2", "package_info": {"package2": "3.4.5"}}
244244
)
245-
245+
246246
mocker.patch("importlib.metadata.version", return_value="3.3.0")
247247

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

0 commit comments

Comments
 (0)