Skip to content
Snippets Groups Projects
Commit b7a8b507 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

fix typo in the test

parent 67293f36
No related branches found
No related tags found
1 merge request!108Use mpsd microarch consistently
Pipeline #375511 passed
......@@ -421,7 +421,7 @@ def test_create_log_file_name():
"""Test that the log file names are created correctly."""
create_log_file_name = mod.create_log_file_name
mpsd_release = "dev-23a"
microarch = mod.get_native_microarch()
microarch = mod.get_native_microarchitecture()
date = datetime.datetime.now().replace(microsecond=0).isoformat()
action = "install"
package_set = "foss2021a"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment