Update tests

This commit is contained in:
Insality
2025-04-17 19:18:40 +03:00
parent d1d54896fb
commit 0d0581b108
25 changed files with 1672 additions and 320 deletions

View File

@@ -182,7 +182,7 @@ Return index for data value
data_list:get_created_nodes()
```
Return all currenly created nodes in DataList
Return all currently created nodes in DataList
- **Returns:**
- `List` *(node[])*: of created nodes
@@ -194,7 +194,7 @@ Return all currenly created nodes in DataList
data_list:get_created_components()
```
Return all currenly created components in DataList
Return all currently created components in DataList
- **Returns:**
- `components` *(druid.component[])*: List of created components