Skip to content

Commit e7d3d05

Browse files
add method argument to metadata test
1 parent b91b6ec commit e7d3d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/labpdfproc/tests/test_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def test_load_metadata(mocker, user_filesystem):
312312
"wavelength": 0.71,
313313
"output_directory": str(Path.cwd().resolve()),
314314
"xtype": "tth",
315-
"brute_force": False,
315+
"method": "polynomial_interpolation",
316316
"key": "value",
317317
"username": "cli_username",
318318
"email": "[email protected]",

0 commit comments

Comments
 (0)