Cleanup: Fix typos in tests subdirectory
Fixes various typos Co-authored-by: luz paz Pull Request: https://projects.blender.org/blender/blender/pulls/148090
This commit is contained in:
committed by
Jesse Yurkovich
parent
52e169b59c
commit
024f396d06
@@ -172,7 +172,7 @@ class BPYRNATest(api.Test):
|
||||
def generate(env):
|
||||
return [
|
||||
BPYRNATest("ID Instance Access", _run_id_instance_access, 10000 * 1000),
|
||||
BPYRNATest("Static RNA Stuct Instance Access", _run_static_subdata_instance_access, 10000 * 1000),
|
||||
BPYRNATest("Static RNA Struct Instance Access", _run_static_subdata_instance_access, 10000 * 1000),
|
||||
BPYRNATest("IDProperty Access", _run_idproperty_access, 10000 * 1000),
|
||||
BPYRNATest("Py-Defined Struct Register", _run_runtime_group_register_access, 100 * 1000,
|
||||
{"do_register": True}),
|
||||
|
||||
Reference in New Issue
Block a user