Skip to content

Commit

Permalink
Added SDK fields preloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolea PLESCO authored and Kolea PLESCO committed Dec 19, 2024
1 parent d172200 commit 5f7a79d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ async def test_import_eforms_xsd(
eforms_sdk_github_repository_url,
eforms_sdk_github_repository_v1_9_1_tag_name
):
await StructuralElement.delete_all()
await import_eforms_xsd(
github_repository_url=eforms_sdk_github_repository_url,
branch_or_tag_name=eforms_sdk_github_repository_v1_9_1_tag_name,
Expand All @@ -36,3 +37,6 @@ async def test_import_eforms_xsd(
PoolSDKFieldsVersionedView.eforms_subtype == "1").to_list()
assert imported_versioned_view
assert len(imported_versioned_view) == 1

await StructuralElement.delete_all()
await PoolSDKFieldsVersionedView.delete_all()

0 comments on commit 5f7a79d

Please sign in to comment.