use warnings better, small typo correction in test

This commit is contained in:
Justus Kuhlmann 2026-07-07 13:51:58 +02:00
commit 48b95f2700
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6
4 changed files with 8 additions and 7 deletions

View file

@ -10,7 +10,7 @@ def test_toml_check_measurement_data() -> None:
"param_file": "/path/to/file",
"version": "1.1",
"prefix": "pref",
"cfg_seperator": "n",
"cfg_separator": "n",
"names": ['list', 'of', 'names']
}
}