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:
Jesse Yurkovich
2025-10-14 22:35:54 +02:00
committed by Jesse Yurkovich
parent 52e169b59c
commit 024f396d06
15 changed files with 16 additions and 16 deletions

View File

@@ -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}),