Skip to content

Commit 2353ebd

Browse files
committed
Fix tests
1 parent 9901874 commit 2353ebd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/QueryGenerationTests/ExperimentQueryGenerationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ final class ExperimentQueryGenerationTests: XCTestCase {
1212
endDate: .init(.end, of: .month, adding: 0)
1313
)
1414

15-
let organizationAppIDs: [UUID] = [.empty]
15+
let organizationAppIDs: [UUID] = [UUID(uuidString: "00000000-0000-0000-0000-000000000000")!]
1616

1717
let tinyQuery = CustomQuery(
1818
queryType: .groupBy,

0 commit comments

Comments
 (0)