Should work fine

This commit is contained in:
cdricms
2025-12-06 17:28:17 +01:00
parent 401d268aa4
commit c94088c1f0
5 changed files with 312 additions and 67 deletions

View File

@@ -36,7 +36,6 @@ final class OpenFoodFactsTests: XCTestCase {
.tag(tag: .brands, value: "milka"),
.pageSize(5),
.sort(.popularity),
fields: [.nutrientLevels]
)
let jsonResults = try JSONEncoder().encode(results)