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") }