migration

This commit is contained in:
Daniel Arantes Loverde
2026-08-11 13:22:02 -03:00
parent c4d6998595
commit 7702836fe7
231 changed files with 4329 additions and 1958 deletions

View File

@@ -0,0 +1,12 @@
import Testing
@testable import PediFoods
@Test("Terms URL points to PediFoods customer terms endpoint")
func termsURL() {
#expect(LegalDocument.terms.url.absoluteString == "https://atomenta.com.br/api/public/pedi-foods-customer/terms")
}
@Test("Privacy policy URL points to PediFoods customer privacy-policy endpoint")
func privacyPolicyURL() {
#expect(LegalDocument.privacyPolicy.url.absoluteString == "https://atomenta.com.br/api/public/pedi-foods-customer/privacy-policy")
}