Skip to content

Commit 2487ae6

Browse files
add brute force argument to metadata test
1 parent 97bcc00 commit 2487ae6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffpy/labpdfproc/tests/test_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +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,
315316
"key": "value",
316317
"username": "cli_username",
317318
"email": "[email protected]",

0 commit comments

Comments
 (0)